Shades of Bahama Blue #296284
Tints of Bahama Blue #296284
RGB
CMYK
RGB Variations
Color information
#296284 (or 0x296284) is known color: Bahama Blue. HEX triplet: 29, 62 and 84. RGB value is (41,98,132). Sum of RGB (Red+Green+Blue) = 41+98+132=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #296284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296284 is #D69D7B. Grayscale: #545454. Windows color (decimal): -14065020 or 8675881. OLE color: 8675881.
HSL color Cylindrical-coordinate representation of color #296284: hue angle of 202.42º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296284 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 98 | 132 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.48 |
| HSL | 202.42º | 0.53% | 0.34% | - |
| HSV(B) | 202.42º | 0.69% | 0.52% | - |
| XYZ | 9.45 | 10.87 | 23.43 | - |
| YUV | 84.83 | 154.62 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 98 | 132 | 0.69 | 0.26 | 0 | 0.48 | 202.42 | 0.53 | 0.34 |
| Hex | 29 | 62 | 84 | 45 | 1A | 0 | 30 | CA | 35 | 22 |
| Octal | 51 | 142 | 204 | 105 | 32 | 0 | 60 | 312 | 65 | 42 |
| Binary | 101001 | 1100010 | 10000100 | 1000101 | 11010 | 0 | 110000 | 11001010 | 110101 | 100010 |
Color Harmonies of #296284
Complementary color
Monochromatic Colors of #296284
Black with #296284
Text Example
Text Example
White with #296284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296284; }
p { color: rgb(41,98,132); }
H1.HeaderClassName
{
color: #296284;
}
.AnyTagClassName
{
color: #296284;
}
</style>
background-color css
<style>
a { background-color: #296284; }
a { background-color: rgb(41,98,132); }
div.DivClassName
{
background-color: #296284;
}
.BgClassName
{
background-color: #296284;
}
</style>
border-color css
<style>
span { border-color: #296284; }
span { border-color: rgb(41,98,132); }
td.TdClassName
{
border-color: #296284;
}
.TagClassName
{
border-color: #296284;
}
</style>