#29567F

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

Shades of Bahama Blue #29567F

Tints of Bahama Blue #29567F

Color information

#29567F (or 0x29567F) is unknown color: approx Bahama Blue. HEX triplet: 29, 56 and 7F. RGB value is (41,86,127). Sum of RGB (Red+Green+Blue) = 41+86+127=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #29567F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29567F is #D6A980. Grayscale: #4D4D4D. Windows color (decimal): -14068097 or 8345129. OLE color: 8345129.

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

Color convert

RGB4186127-
CMYK0.680.3200.50
HSL208.6º51.19%32.94%-
HSV(B)208.6º67.72%49.8%-
XYZ8.078.6621.32-
YUV77.22156.09102.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 86 (33.98% from 255) = 33.86%
BLUE value IS 127 (50% from 255) = 50%
R=16.14%
G=33.86%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41861270.680.3200.50208.651.1932.94
Hex29567F4420032d13321
Octal51126177104400623216341
Binary101001101011011111111000100100000011001011010001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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