Shades of Bahama Blue #215E88
Tints of Bahama Blue #215E88
RGB
CMYK
RGB Variations
Color information
#215E88 (or 0x215E88) is known color: Bahama Blue. HEX triplet: 21, 5E and 88. RGB value is (33,94,136). Sum of RGB (Red+Green+Blue) = 33+94+136=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #215E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215E88 is #DEA177. Grayscale: #505050. Windows color (decimal): -14590328 or 8936993. OLE color: 8936993.
HSL color Cylindrical-coordinate representation of color #215E88: hue angle of 204.47º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #215E88 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 94 | 136 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.47 |
| HSL | 204.47º | 0.61% | 0.33% | - |
| HSV(B) | 204.47º | 0.76% | 0.53% | - |
| XYZ | 9.07 | 10.11 | 24.77 | - |
| YUV | 80.55 | 159.29 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 136 | 0.76 | 0.31 | 0 | 0.47 | 204.47 | 0.61 | 0.33 |
| Hex | 21 | 5E | 88 | 4C | 1F | 0 | 2F | CC | 3D | 21 |
| Octal | 41 | 136 | 210 | 114 | 37 | 0 | 57 | 314 | 75 | 41 |
| Binary | 100001 | 1011110 | 10001000 | 1001100 | 11111 | 0 | 101111 | 11001100 | 111101 | 100001 |
Color Harmonies of #215E88
Complementary color
Monochromatic Colors of #215E88
Black with #215E88
Text Example
Text Example
White with #215E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215E88; }
p { color: rgb(33,94,136); }
H1.HeaderClassName
{
color: #215E88;
}
.AnyTagClassName
{
color: #215E88;
}
</style>
background-color css
<style>
a { background-color: #215E88; }
a { background-color: rgb(33,94,136); }
div.DivClassName
{
background-color: #215E88;
}
.BgClassName
{
background-color: #215E88;
}
</style>
border-color css
<style>
span { border-color: #215E88; }
span { border-color: rgb(33,94,136); }
td.TdClassName
{
border-color: #215E88;
}
.TagClassName
{
border-color: #215E88;
}
</style>