Shades of Bahama Blue #29587D
Tints of Bahama Blue #29587D
RGB
CMYK
RGB Variations
Color information
#29587D (or 0x29587D) is known color: Bahama Blue. HEX triplet: 29, 58 and 7D. RGB value is (41,88,125). Sum of RGB (Red+Green+Blue) = 41+88+125=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #29587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29587D is #D6A782. Grayscale: #4D4D4D. Windows color (decimal): -14067587 or 8214569. OLE color: 8214569.
HSL color Cylindrical-coordinate representation of color #29587D: hue angle of 206.43º 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 #29587D is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 88 | 125 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.51 |
| HSL | 206.43º | 0.51% | 0.33% | - |
| HSV(B) | 206.43º | 0.67% | 0.49% | - |
| XYZ | 8.11 | 8.93 | 20.7 | - |
| YUV | 78.17 | 154.43 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 125 | 0.67 | 0.30 | 0 | 0.51 | 206.43 | 0.51 | 0.33 |
| Hex | 29 | 58 | 7D | 43 | 1E | 0 | 33 | CE | 33 | 21 |
| Octal | 51 | 130 | 175 | 103 | 36 | 0 | 63 | 316 | 63 | 41 |
| Binary | 101001 | 1011000 | 1111101 | 1000011 | 11110 | 0 | 110011 | 11001110 | 110011 | 100001 |
Color Harmonies of #29587D
Complementary color
Monochromatic Colors of #29587D
Black with #29587D
Text Example
Text Example
White with #29587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29587D; }
p { color: rgb(41,88,125); }
H1.HeaderClassName
{
color: #29587D;
}
.AnyTagClassName
{
color: #29587D;
}
</style>
background-color css
<style>
a { background-color: #29587D; }
a { background-color: rgb(41,88,125); }
div.DivClassName
{
background-color: #29587D;
}
.BgClassName
{
background-color: #29587D;
}
</style>
border-color css
<style>
span { border-color: #29587D; }
span { border-color: rgb(41,88,125); }
td.TdClassName
{
border-color: #29587D;
}
.TagClassName
{
border-color: #29587D;
}
</style>