Shades of Bahama Blue #296080
Tints of Bahama Blue #296080
RGB
CMYK
RGB Variations
Color information
#296080 (or 0x296080) is known color: Bahama Blue. HEX triplet: 29, 60 and 80. RGB value is (41,96,128). Sum of RGB (Red+Green+Blue) = 41+96+128=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #296080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296080 is #D69F7F. Grayscale: #535353. Windows color (decimal): -14065536 or 8413225. OLE color: 8413225.
HSL color Cylindrical-coordinate representation of color #296080: hue angle of 202.07º 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 #296080 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 96 | 128 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.50 |
| HSL | 202.07º | 0.51% | 0.33% | - |
| HSV(B) | 202.07º | 0.68% | 0.5% | - |
| XYZ | 8.99 | 10.4 | 21.95 | - |
| YUV | 83.2 | 153.28 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 128 | 0.68 | 0.25 | 0 | 0.50 | 202.07 | 0.51 | 0.33 |
| Hex | 29 | 60 | 80 | 44 | 19 | 0 | 32 | CA | 33 | 21 |
| Octal | 51 | 140 | 200 | 104 | 31 | 0 | 62 | 312 | 63 | 41 |
| Binary | 101001 | 1100000 | 10000000 | 1000100 | 11001 | 0 | 110010 | 11001010 | 110011 | 100001 |
Color Harmonies of #296080
Complementary color
Monochromatic Colors of #296080
Black with #296080
Text Example
Text Example
White with #296080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296080; }
p { color: rgb(41,96,128); }
H1.HeaderClassName
{
color: #296080;
}
.AnyTagClassName
{
color: #296080;
}
</style>
background-color css
<style>
a { background-color: #296080; }
a { background-color: rgb(41,96,128); }
div.DivClassName
{
background-color: #296080;
}
.BgClassName
{
background-color: #296080;
}
</style>
border-color css
<style>
span { border-color: #296080; }
span { border-color: rgb(41,96,128); }
td.TdClassName
{
border-color: #296080;
}
.TagClassName
{
border-color: #296080;
}
</style>