#296087

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

Shades of Bahama Blue #296087

Tints of Bahama Blue #296087

Color information

#296087 (or 0x296087) is unknown color: approx Bahama Blue. HEX triplet: 29, 60 and 87. RGB value is (41,96,135). Sum of RGB (Red+Green+Blue) = 41+96+135=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #296087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296087 is #D69F78. Grayscale: #535353. Windows color (decimal): -14065529 or 8871977. OLE color: 8871977.

HSL color Cylindrical-coordinate representation of color #296087: hue angle of 204.89º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #296087 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4196135-
CMYK0.700.2900.47
HSL204.89º53.41%34.51%-
HSV(B)204.89º69.63%52.94%-
XYZ9.4710.5924.47-
YUV84156.7897.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.07%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 135 (53.12% from 255) = 49.63%
R=15.07%
G=35.29%
B=49.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41961350.700.2900.47204.8953.4134.51
Hex296087461D02Fcd3523
Octal51140207106350573156543
Binary101001110000010000111100011011101010111111001101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296087; }

 p { color: rgb(41,96,135); }

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

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

 a { background-color: rgb(41,96,135); }

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

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

 span { border-color: rgb(41,96,135); }

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