Shades of Bahama Blue #215384
Tints of Bahama Blue #215384
RGB
CMYK
RGB Variations
Color information
#215384 (or 0x215384) is known color: Bahama Blue. HEX triplet: 21, 53 and 84. RGB value is (33,83,132). Sum of RGB (Red+Green+Blue) = 33+83+132=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #215384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215384 is #DEAC7B. Grayscale: #494949. Windows color (decimal): -14593148 or 8672033. OLE color: 8672033.
HSL color Cylindrical-coordinate representation of color #215384: hue angle of 209.7º 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 #215384 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 83 | 132 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.48 |
| HSL | 209.7º | 0.6% | 0.32% | - |
| HSV(B) | 209.7º | 0.75% | 0.52% | - |
| XYZ | 7.89 | 8.18 | 22.99 | - |
| YUV | 73.64 | 160.94 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 132 | 0.75 | 0.37 | 0 | 0.48 | 209.7 | 0.6 | 0.32 |
| Hex | 21 | 53 | 84 | 4B | 25 | 0 | 30 | D2 | 3C | 20 |
| Octal | 41 | 123 | 204 | 113 | 45 | 0 | 60 | 322 | 74 | 40 |
| Binary | 100001 | 1010011 | 10000100 | 1001011 | 100101 | 0 | 110000 | 11010010 | 111100 | 100000 |
Color Harmonies of #215384
Complementary color
Monochromatic Colors of #215384
Black with #215384
Text Example
Text Example
White with #215384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215384; }
p { color: rgb(33,83,132); }
H1.HeaderClassName
{
color: #215384;
}
.AnyTagClassName
{
color: #215384;
}
</style>
background-color css
<style>
a { background-color: #215384; }
a { background-color: rgb(33,83,132); }
div.DivClassName
{
background-color: #215384;
}
.BgClassName
{
background-color: #215384;
}
</style>
border-color css
<style>
span { border-color: #215384; }
span { border-color: rgb(33,83,132); }
td.TdClassName
{
border-color: #215384;
}
.TagClassName
{
border-color: #215384;
}
</style>