Shades of Bahama Blue #29567E
Tints of Bahama Blue #29567E
RGB
CMYK
RGB Variations
Color information
#29567E (or 0x29567E) is known color: Bahama Blue. HEX triplet: 29, 56 and 7E. RGB value is (41,86,126). Sum of RGB (Red+Green+Blue) = 41+86+126=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #29567E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29567E is #D6A981. Grayscale: #4C4C4C. Windows color (decimal): -14068098 or 8279593. OLE color: 8279593.
HSL color Cylindrical-coordinate representation of color #29567E: hue angle of 208.24º 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 #29567E is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 86 | 126 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.51 |
| HSL | 208.24º | 0.51% | 0.33% | - |
| HSV(B) | 208.24º | 0.67% | 0.49% | - |
| XYZ | 8.01 | 8.63 | 20.98 | - |
| YUV | 77.11 | 155.59 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 126 | 0.67 | 0.32 | 0 | 0.51 | 208.24 | 0.51 | 0.33 |
| Hex | 29 | 56 | 7E | 43 | 20 | 0 | 33 | D0 | 33 | 21 |
| Octal | 51 | 126 | 176 | 103 | 40 | 0 | 63 | 320 | 63 | 41 |
| Binary | 101001 | 1010110 | 1111110 | 1000011 | 100000 | 0 | 110011 | 11010000 | 110011 | 100001 |
Color Harmonies of #29567E
Complementary color
Monochromatic Colors of #29567E
Black with #29567E
Text Example
Text Example
White with #29567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29567E; }
p { color: rgb(41,86,126); }
H1.HeaderClassName
{
color: #29567E;
}
.AnyTagClassName
{
color: #29567E;
}
</style>
background-color css
<style>
a { background-color: #29567E; }
a { background-color: rgb(41,86,126); }
div.DivClassName
{
background-color: #29567E;
}
.BgClassName
{
background-color: #29567E;
}
</style>
border-color css
<style>
span { border-color: #29567E; }
span { border-color: rgb(41,86,126); }
td.TdClassName
{
border-color: #29567E;
}
.TagClassName
{
border-color: #29567E;
}
</style>