#295980

Color #295980 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #295980

Tints of Bahama Blue #295980

Color information

#295980 (or 0x295980) is unknown color: approx Bahama Blue. HEX triplet: 29, 59 and 80. RGB value is (41,89,128). Sum of RGB (Red+Green+Blue) = 41+89+128=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #295980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295980 is #D6A67F. Grayscale: #4E4E4E. Windows color (decimal): -14067328 or 8411433. OLE color: 8411433.

HSL color Cylindrical-coordinate representation of color #295980: hue angle of 206.9º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #295980 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4189128-
CMYK0.680.3000.50
HSL206.9º51.48%33.14%-
HSV(B)206.9º67.97%50.2%-
XYZ8.389.1721.75-
YUV79.09155.6100.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 15.89%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 128 (50.39% from 255) = 49.61%
R=15.89%
G=34.50%
B=49.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41891280.680.3000.50206.951.4833.14
Hex295980441E032cf3321
Octal51131200104360623176341
Binary101001101100110000000100010011110011001011001111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295980; }

 p { color: rgb(41,89,128); }

 H1.HeaderClassName
 {
   color: #295980;
 }
 .AnyTagClassName
 {
   color: #295980;
 }
</style>
background-color css

<style>
 a { background-color: #295980; }

 a { background-color: rgb(41,89,128); }

 div.DivClassName
 {
   background-color: #295980;
 }
 .BgClassName
 {
   background-color: #295980;
 }
</style>
border-color css

<style>
 span { border-color: #295980; }

 span { border-color: rgb(41,89,128); }

 td.TdClassName
 {
   border-color: #295980;
 }
 .TagClassName
 {
   border-color: #295980;
 }
</style>