Shades of Bahama Blue #215182
Tints of Bahama Blue #215182
RGB
CMYK
RGB Variations
Color information
#215182 (or 0x215182) is known color: Bahama Blue. HEX triplet: 21, 51 and 82. RGB value is (33,81,130). Sum of RGB (Red+Green+Blue) = 33+81+130=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #215182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215182 is #DEAE7D. Grayscale: #474747. Windows color (decimal): -14593662 or 8540449. OLE color: 8540449.
HSL color Cylindrical-coordinate representation of color #215182: hue angle of 210.31º 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 #215182 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 81 | 130 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.49 |
| HSL | 210.31º | 0.6% | 0.32% | - |
| HSV(B) | 210.31º | 0.75% | 0.51% | - |
| XYZ | 7.6 | 7.82 | 22.23 | - |
| YUV | 72.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 130 | 0.75 | 0.38 | 0 | 0.49 | 210.31 | 0.6 | 0.32 |
| Hex | 21 | 51 | 82 | 4B | 26 | 0 | 31 | D2 | 3C | 20 |
| Octal | 41 | 121 | 202 | 113 | 46 | 0 | 61 | 322 | 74 | 40 |
| Binary | 100001 | 1010001 | 10000010 | 1001011 | 100110 | 0 | 110001 | 11010010 | 111100 | 100000 |
Color Harmonies of #215182
Complementary color
Monochromatic Colors of #215182
Black with #215182
Text Example
Text Example
White with #215182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215182; }
p { color: rgb(33,81,130); }
H1.HeaderClassName
{
color: #215182;
}
.AnyTagClassName
{
color: #215182;
}
</style>
background-color css
<style>
a { background-color: #215182; }
a { background-color: rgb(33,81,130); }
div.DivClassName
{
background-color: #215182;
}
.BgClassName
{
background-color: #215182;
}
</style>
border-color css
<style>
span { border-color: #215182; }
span { border-color: rgb(33,81,130); }
td.TdClassName
{
border-color: #215182;
}
.TagClassName
{
border-color: #215182;
}
</style>