Shades of Bahama Blue #214E7E
Tints of Bahama Blue #214E7E
RGB
CMYK
RGB Variations
Color information
#214E7E (or 0x214E7E) is known color: Bahama Blue. HEX triplet: 21, 4E and 7E. RGB value is (33,78,126). Sum of RGB (Red+Green+Blue) = 33+78+126=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #214E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E7E is #DEB181. Grayscale: #454545. Windows color (decimal): -14594434 or 8277537. OLE color: 8277537.
HSL color Cylindrical-coordinate representation of color #214E7E: hue angle of 210.97º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #214E7E is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 78 | 126 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.51 |
| HSL | 210.97º | 0.58% | 0.31% | - |
| HSV(B) | 210.97º | 0.74% | 0.49% | - |
| XYZ | 7.12 | 7.28 | 20.77 | - |
| YUV | 70.02 | 159.59 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 126 | 0.74 | 0.38 | 0 | 0.51 | 210.97 | 0.58 | 0.31 |
| Hex | 21 | 4E | 7E | 4A | 26 | 0 | 33 | D3 | 3A | 1F |
| Octal | 41 | 116 | 176 | 112 | 46 | 0 | 63 | 323 | 72 | 37 |
| Binary | 100001 | 1001110 | 1111110 | 1001010 | 100110 | 0 | 110011 | 11010011 | 111010 | 11111 |
Color Harmonies of #214E7E
Complementary color
Monochromatic Colors of #214E7E
Black with #214E7E
Text Example
Text Example
White with #214E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E7E; }
p { color: rgb(33,78,126); }
H1.HeaderClassName
{
color: #214E7E;
}
.AnyTagClassName
{
color: #214E7E;
}
</style>
background-color css
<style>
a { background-color: #214E7E; }
a { background-color: rgb(33,78,126); }
div.DivClassName
{
background-color: #214E7E;
}
.BgClassName
{
background-color: #214E7E;
}
</style>
border-color css
<style>
span { border-color: #214E7E; }
span { border-color: rgb(33,78,126); }
td.TdClassName
{
border-color: #214E7E;
}
.TagClassName
{
border-color: #214E7E;
}
</style>