Shades of Bahama Blue #215C88
Tints of Bahama Blue #215C88
RGB
CMYK
RGB Variations
Color information
#215C88 (or 0x215C88) is known color: Bahama Blue. HEX triplet: 21, 5C and 88. RGB value is (33,92,136). Sum of RGB (Red+Green+Blue) = 33+92+136=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #215C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215C88 is #DEA377. Grayscale: #4F4F4F. Windows color (decimal): -14590840 or 8936481. OLE color: 8936481.
HSL color Cylindrical-coordinate representation of color #215C88: hue angle of 205.63º 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 #215C88 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 92 | 136 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.47 |
| HSL | 205.63º | 0.61% | 0.33% | - |
| HSV(B) | 205.63º | 0.76% | 0.53% | - |
| XYZ | 8.9 | 9.76 | 24.71 | - |
| YUV | 79.38 | 159.95 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 136 | 0.76 | 0.32 | 0 | 0.47 | 205.63 | 0.61 | 0.33 |
| Hex | 21 | 5C | 88 | 4C | 20 | 0 | 2F | CE | 3D | 21 |
| Octal | 41 | 134 | 210 | 114 | 40 | 0 | 57 | 316 | 75 | 41 |
| Binary | 100001 | 1011100 | 10001000 | 1001100 | 100000 | 0 | 101111 | 11001110 | 111101 | 100001 |
Color Harmonies of #215C88
Complementary color
Monochromatic Colors of #215C88
Black with #215C88
Text Example
Text Example
White with #215C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C88; }
p { color: rgb(33,92,136); }
H1.HeaderClassName
{
color: #215C88;
}
.AnyTagClassName
{
color: #215C88;
}
</style>
background-color css
<style>
a { background-color: #215C88; }
a { background-color: rgb(33,92,136); }
div.DivClassName
{
background-color: #215C88;
}
.BgClassName
{
background-color: #215C88;
}
</style>
border-color css
<style>
span { border-color: #215C88; }
span { border-color: rgb(33,92,136); }
td.TdClassName
{
border-color: #215C88;
}
.TagClassName
{
border-color: #215C88;
}
</style>