Shades of Bahama Blue #215482
Tints of Bahama Blue #215482
RGB
CMYK
RGB Variations
Color information
#215482 (or 0x215482) is known color: Bahama Blue. HEX triplet: 21, 54 and 82. RGB value is (33,84,130). Sum of RGB (Red+Green+Blue) = 33+84+130=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #215482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215482 is #DEAB7D. Grayscale: #494949. Windows color (decimal): -14592894 or 8541217. OLE color: 8541217.
HSL color Cylindrical-coordinate representation of color #215482: hue angle of 208.45º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215482 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 84 | 130 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.49 |
| HSL | 208.45º | 0.6% | 0.32% | - |
| HSV(B) | 208.45º | 0.75% | 0.51% | - |
| XYZ | 7.83 | 8.28 | 22.3 | - |
| YUV | 74 | 159.6 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 130 | 0.75 | 0.35 | 0 | 0.49 | 208.45 | 0.6 | 0.32 |
| Hex | 21 | 54 | 82 | 4B | 23 | 0 | 31 | D0 | 3C | 20 |
| Octal | 41 | 124 | 202 | 113 | 43 | 0 | 61 | 320 | 74 | 40 |
| Binary | 100001 | 1010100 | 10000010 | 1001011 | 100011 | 0 | 110001 | 11010000 | 111100 | 100000 |
Color Harmonies of #215482
Complementary color
Monochromatic Colors of #215482
Black with #215482
Text Example
Text Example
White with #215482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215482; }
p { color: rgb(33,84,130); }
H1.HeaderClassName
{
color: #215482;
}
.AnyTagClassName
{
color: #215482;
}
</style>
background-color css
<style>
a { background-color: #215482; }
a { background-color: rgb(33,84,130); }
div.DivClassName
{
background-color: #215482;
}
.BgClassName
{
background-color: #215482;
}
</style>
border-color css
<style>
span { border-color: #215482; }
span { border-color: rgb(33,84,130); }
td.TdClassName
{
border-color: #215482;
}
.TagClassName
{
border-color: #215482;
}
</style>