Shades of Bahama Blue #29587E
Tints of Bahama Blue #29587E
RGB
CMYK
RGB Variations
Color information
#29587E (or 0x29587E) is known color: Bahama Blue. HEX triplet: 29, 58 and 7E. RGB value is (41,88,126). Sum of RGB (Red+Green+Blue) = 41+88+126=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #29587E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29587E is #D6A781. Grayscale: #4E4E4E. Windows color (decimal): -14067586 or 8280105. OLE color: 8280105.
HSL color Cylindrical-coordinate representation of color #29587E: hue angle of 206.82º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29587E is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 88 | 126 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.51 |
| HSL | 206.82º | 0.51% | 0.33% | - |
| HSV(B) | 206.82º | 0.67% | 0.49% | - |
| XYZ | 8.17 | 8.96 | 21.04 | - |
| YUV | 78.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 126 | 0.67 | 0.30 | 0 | 0.51 | 206.82 | 0.51 | 0.33 |
| Hex | 29 | 58 | 7E | 43 | 1E | 0 | 33 | CF | 33 | 21 |
| Octal | 51 | 130 | 176 | 103 | 36 | 0 | 63 | 317 | 63 | 41 |
| Binary | 101001 | 1011000 | 1111110 | 1000011 | 11110 | 0 | 110011 | 11001111 | 110011 | 100001 |
Color Harmonies of #29587E
Complementary color
Monochromatic Colors of #29587E
Black with #29587E
Text Example
Text Example
White with #29587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29587E; }
p { color: rgb(41,88,126); }
H1.HeaderClassName
{
color: #29587E;
}
.AnyTagClassName
{
color: #29587E;
}
</style>
background-color css
<style>
a { background-color: #29587E; }
a { background-color: rgb(41,88,126); }
div.DivClassName
{
background-color: #29587E;
}
.BgClassName
{
background-color: #29587E;
}
</style>
border-color css
<style>
span { border-color: #29587E; }
span { border-color: rgb(41,88,126); }
td.TdClassName
{
border-color: #29587E;
}
.TagClassName
{
border-color: #29587E;
}
</style>