Shades of Bahama Blue #215584
Tints of Bahama Blue #215584
RGB
CMYK
RGB Variations
Color information
#215584 (or 0x215584) is known color: Bahama Blue. HEX triplet: 21, 55 and 84. RGB value is (33,85,132). Sum of RGB (Red+Green+Blue) = 33+85+132=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #215584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215584 is #DEAA7B. Grayscale: #4A4A4A. Windows color (decimal): -14592636 or 8672545. OLE color: 8672545.
HSL color Cylindrical-coordinate representation of color #215584: hue angle of 208.48º 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 #215584 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 85 | 132 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.48 |
| HSL | 208.48º | 0.6% | 0.32% | - |
| HSV(B) | 208.48º | 0.75% | 0.52% | - |
| XYZ | 8.04 | 8.49 | 23.04 | - |
| YUV | 74.81 | 160.27 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 132 | 0.75 | 0.36 | 0 | 0.48 | 208.48 | 0.6 | 0.32 |
| Hex | 21 | 55 | 84 | 4B | 24 | 0 | 30 | D0 | 3C | 20 |
| Octal | 41 | 125 | 204 | 113 | 44 | 0 | 60 | 320 | 74 | 40 |
| Binary | 100001 | 1010101 | 10000100 | 1001011 | 100100 | 0 | 110000 | 11010000 | 111100 | 100000 |
Color Harmonies of #215584
Complementary color
Monochromatic Colors of #215584
Black with #215584
Text Example
Text Example
White with #215584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215584; }
p { color: rgb(33,85,132); }
H1.HeaderClassName
{
color: #215584;
}
.AnyTagClassName
{
color: #215584;
}
</style>
background-color css
<style>
a { background-color: #215584; }
a { background-color: rgb(33,85,132); }
div.DivClassName
{
background-color: #215584;
}
.BgClassName
{
background-color: #215584;
}
</style>
border-color css
<style>
span { border-color: #215584; }
span { border-color: rgb(33,85,132); }
td.TdClassName
{
border-color: #215584;
}
.TagClassName
{
border-color: #215584;
}
</style>