#29557F

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

Shades of Bahama Blue #29557F

Tints of Bahama Blue #29557F

Color information

#29557F (or 0x29557F) is unknown color: approx Bahama Blue. HEX triplet: 29, 55 and 7F. RGB value is (41,85,127). Sum of RGB (Red+Green+Blue) = 41+85+127=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #29557F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29557F is #D6AA80. Grayscale: #4C4C4C. Windows color (decimal): -14068353 or 8344873. OLE color: 8344873.

HSL color Cylindrical-coordinate representation of color #29557F: hue angle of 209.3º 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 #29557F is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4185127-
CMYK0.680.3300.50
HSL209.3º51.19%32.94%-
HSV(B)209.3º67.72%49.8%-
XYZ7.998.521.3-
YUV76.63156.42102.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.21%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 127 (50% from 255) = 50.20%
R=16.21%
G=33.60%
B=50.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41851270.680.3300.50209.351.1932.94
Hex29557F4421032d13321
Octal51125177104410623216341
Binary101001101010111111111000100100001011001011010001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29557F; }

 p { color: rgb(41,85,127); }

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

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

 a { background-color: rgb(41,85,127); }

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

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

 span { border-color: rgb(41,85,127); }

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