Shades of Bahama Blue #215E84
Tints of Bahama Blue #215E84
RGB
CMYK
RGB Variations
Color information
#215E84 (or 0x215E84) is known color: Bahama Blue. HEX triplet: 21, 5E and 84. RGB value is (33,94,132). Sum of RGB (Red+Green+Blue) = 33+94+132=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #215E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215E84 is #DEA17B. Grayscale: #4F4F4F. Windows color (decimal): -14590332 or 8674849. OLE color: 8674849.
HSL color Cylindrical-coordinate representation of color #215E84: hue angle of 203.03º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215E84 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 94 | 132 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.48 |
| HSL | 203.03º | 0.6% | 0.32% | - |
| HSV(B) | 203.03º | 0.75% | 0.52% | - |
| XYZ | 8.79 | 9.99 | 23.3 | - |
| YUV | 80.09 | 157.29 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 132 | 0.75 | 0.29 | 0 | 0.48 | 203.03 | 0.6 | 0.32 |
| Hex | 21 | 5E | 84 | 4B | 1D | 0 | 30 | CB | 3C | 20 |
| Octal | 41 | 136 | 204 | 113 | 35 | 0 | 60 | 313 | 74 | 40 |
| Binary | 100001 | 1011110 | 10000100 | 1001011 | 11101 | 0 | 110000 | 11001011 | 111100 | 100000 |
Color Harmonies of #215E84
Complementary color
Monochromatic Colors of #215E84
Black with #215E84
Text Example
Text Example
White with #215E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215E84; }
p { color: rgb(33,94,132); }
H1.HeaderClassName
{
color: #215E84;
}
.AnyTagClassName
{
color: #215E84;
}
</style>
background-color css
<style>
a { background-color: #215E84; }
a { background-color: rgb(33,94,132); }
div.DivClassName
{
background-color: #215E84;
}
.BgClassName
{
background-color: #215E84;
}
</style>
border-color css
<style>
span { border-color: #215E84; }
span { border-color: rgb(33,94,132); }
td.TdClassName
{
border-color: #215E84;
}
.TagClassName
{
border-color: #215E84;
}
</style>