Shades of Bahama Blue #296388
Tints of Bahama Blue #296388
RGB
CMYK
RGB Variations
Color information
#296388 (or 0x296388) is known color: Bahama Blue. HEX triplet: 29, 63 and 88. RGB value is (41,99,136). Sum of RGB (Red+Green+Blue) = 41+99+136=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #296388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296388 is #D69C77. Grayscale: #555555. Windows color (decimal): -14064760 or 8938281. OLE color: 8938281.
HSL color Cylindrical-coordinate representation of color #296388: hue angle of 203.37º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #296388 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 99 | 136 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.47 |
| HSL | 203.37º | 0.54% | 0.35% | - |
| HSV(B) | 203.37º | 0.7% | 0.53% | - |
| XYZ | 9.82 | 11.17 | 24.93 | - |
| YUV | 85.88 | 156.28 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 136 | 0.70 | 0.27 | 0 | 0.47 | 203.37 | 0.54 | 0.35 |
| Hex | 29 | 63 | 88 | 46 | 1B | 0 | 2F | CB | 36 | 23 |
| Octal | 51 | 143 | 210 | 106 | 33 | 0 | 57 | 313 | 66 | 43 |
| Binary | 101001 | 1100011 | 10001000 | 1000110 | 11011 | 0 | 101111 | 11001011 | 110110 | 100011 |
Color Harmonies of #296388
Complementary color
Monochromatic Colors of #296388
Black with #296388
Text Example
Text Example
White with #296388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296388; }
p { color: rgb(41,99,136); }
H1.HeaderClassName
{
color: #296388;
}
.AnyTagClassName
{
color: #296388;
}
</style>
background-color css
<style>
a { background-color: #296388; }
a { background-color: rgb(41,99,136); }
div.DivClassName
{
background-color: #296388;
}
.BgClassName
{
background-color: #296388;
}
</style>
border-color css
<style>
span { border-color: #296388; }
span { border-color: rgb(41,99,136); }
td.TdClassName
{
border-color: #296388;
}
.TagClassName
{
border-color: #296388;
}
</style>