Shades of Bahama Blue #296686
Tints of Bahama Blue #296686
RGB
CMYK
RGB Variations
Color information
#296686 (or 0x296686) is known color: Bahama Blue. HEX triplet: 29, 66 and 86. RGB value is (41,102,134). Sum of RGB (Red+Green+Blue) = 41+102+134=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #296686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296686 is #D69979. Grayscale: #575757. Windows color (decimal): -14063994 or 8807977. OLE color: 8807977.
HSL color Cylindrical-coordinate representation of color #296686: hue angle of 200.65º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296686 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 102 | 134 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.47 |
| HSL | 200.65º | 0.53% | 0.34% | - |
| HSV(B) | 200.65º | 0.69% | 0.53% | - |
| XYZ | 9.97 | 11.7 | 24.29 | - |
| YUV | 87.41 | 154.29 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 102 | 134 | 0.69 | 0.24 | 0 | 0.47 | 200.65 | 0.53 | 0.34 |
| Hex | 29 | 66 | 86 | 45 | 18 | 0 | 2F | C9 | 35 | 22 |
| Octal | 51 | 146 | 206 | 105 | 30 | 0 | 57 | 311 | 65 | 42 |
| Binary | 101001 | 1100110 | 10000110 | 1000101 | 11000 | 0 | 101111 | 11001001 | 110101 | 100010 |
Color Harmonies of #296686
Complementary color
Monochromatic Colors of #296686
Black with #296686
Text Example
Text Example
White with #296686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296686; }
p { color: rgb(41,102,134); }
H1.HeaderClassName
{
color: #296686;
}
.AnyTagClassName
{
color: #296686;
}
</style>
background-color css
<style>
a { background-color: #296686; }
a { background-color: rgb(41,102,134); }
div.DivClassName
{
background-color: #296686;
}
.BgClassName
{
background-color: #296686;
}
</style>
border-color css
<style>
span { border-color: #296686; }
span { border-color: rgb(41,102,134); }
td.TdClassName
{
border-color: #296686;
}
.TagClassName
{
border-color: #296686;
}
</style>