#29607F

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

Shades of Bahama Blue #29607F

Tints of Bahama Blue #29607F

Color information

#29607F (or 0x29607F) is unknown color: approx Bahama Blue. HEX triplet: 29, 60 and 7F. RGB value is (41,96,127). Sum of RGB (Red+Green+Blue) = 41+96+127=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #29607F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29607F is #D69F80. Grayscale: #525252. Windows color (decimal): -14065537 or 8347689. OLE color: 8347689.

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

Color convert

RGB4196127-
CMYK0.680.2400.50
HSL201.63º51.19%32.94%-
HSV(B)201.63º67.72%49.8%-
XYZ8.9310.3721.61-
YUV83.09152.7897.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.53%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 127 (50% from 255) = 48.11%
R=15.53%
G=36.36%
B=48.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41961270.680.2400.50201.6351.1932.94
Hex29607F4418032ca3321
Octal51140177104300623126341
Binary10100111000001111111100010011000011001011001010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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