Shades of Bahama Blue #215381
Tints of Bahama Blue #215381
RGB
CMYK
RGB Variations
Color information
#215381 (or 0x215381) is known color: Bahama Blue. HEX triplet: 21, 53 and 81. RGB value is (33,83,129). Sum of RGB (Red+Green+Blue) = 33+83+129=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #215381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215381 is #DEAC7E. Grayscale: #494949. Windows color (decimal): -14593151 or 8475425. OLE color: 8475425.
HSL color Cylindrical-coordinate representation of color #215381: hue angle of 208.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #215381 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 83 | 129 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.49 |
| HSL | 208.75º | 0.59% | 0.32% | - |
| HSV(B) | 208.75º | 0.74% | 0.51% | - |
| XYZ | 7.68 | 8.09 | 21.93 | - |
| YUV | 73.29 | 159.44 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 129 | 0.74 | 0.36 | 0 | 0.49 | 208.75 | 0.59 | 0.32 |
| Hex | 21 | 53 | 81 | 4A | 24 | 0 | 31 | D1 | 3B | 20 |
| Octal | 41 | 123 | 201 | 112 | 44 | 0 | 61 | 321 | 73 | 40 |
| Binary | 100001 | 1010011 | 10000001 | 1001010 | 100100 | 0 | 110001 | 11010001 | 111011 | 100000 |
Color Harmonies of #215381
Complementary color
Monochromatic Colors of #215381
Black with #215381
Text Example
Text Example
White with #215381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215381; }
p { color: rgb(33,83,129); }
H1.HeaderClassName
{
color: #215381;
}
.AnyTagClassName
{
color: #215381;
}
</style>
background-color css
<style>
a { background-color: #215381; }
a { background-color: rgb(33,83,129); }
div.DivClassName
{
background-color: #215381;
}
.BgClassName
{
background-color: #215381;
}
</style>
border-color css
<style>
span { border-color: #215381; }
span { border-color: rgb(33,83,129); }
td.TdClassName
{
border-color: #215381;
}
.TagClassName
{
border-color: #215381;
}
</style>