Shades of Bahama Blue #215380
Tints of Bahama Blue #215380
RGB
CMYK
RGB Variations
Color information
#215380 (or 0x215380) is known color: Bahama Blue. HEX triplet: 21, 53 and 80. RGB value is (33,83,128). Sum of RGB (Red+Green+Blue) = 33+83+128=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #215380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215380 is #DEAC7F. Grayscale: #484848. Windows color (decimal): -14593152 or 8409889. OLE color: 8409889.
HSL color Cylindrical-coordinate representation of color #215380: hue angle of 208.42º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #215380 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 83 | 128 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.50 |
| HSL | 208.42º | 0.59% | 0.32% | - |
| HSV(B) | 208.42º | 0.74% | 0.5% | - |
| XYZ | 7.62 | 8.07 | 21.58 | - |
| YUV | 73.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 128 | 0.74 | 0.35 | 0 | 0.50 | 208.42 | 0.59 | 0.32 |
| Hex | 21 | 53 | 80 | 4A | 23 | 0 | 32 | D0 | 3B | 20 |
| Octal | 41 | 123 | 200 | 112 | 43 | 0 | 62 | 320 | 73 | 40 |
| Binary | 100001 | 1010011 | 10000000 | 1001010 | 100011 | 0 | 110010 | 11010000 | 111011 | 100000 |
Color Harmonies of #215380
Complementary color
Monochromatic Colors of #215380
Black with #215380
Text Example
Text Example
White with #215380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215380; }
p { color: rgb(33,83,128); }
H1.HeaderClassName
{
color: #215380;
}
.AnyTagClassName
{
color: #215380;
}
</style>
background-color css
<style>
a { background-color: #215380; }
a { background-color: rgb(33,83,128); }
div.DivClassName
{
background-color: #215380;
}
.BgClassName
{
background-color: #215380;
}
</style>
border-color css
<style>
span { border-color: #215380; }
span { border-color: rgb(33,83,128); }
td.TdClassName
{
border-color: #215380;
}
.TagClassName
{
border-color: #215380;
}
</style>