Shades of Bahama Blue #214B7C
Tints of Bahama Blue #214B7C
RGB
CMYK
RGB Variations
Color information
#214B7C (or 0x214B7C) is known color: Bahama Blue. HEX triplet: 21, 4B and 7C. RGB value is (33,75,124). Sum of RGB (Red+Green+Blue) = 33+75+124=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #214B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B7C is #DEB483. Grayscale: #434343. Windows color (decimal): -14595204 or 8145697. OLE color: 8145697.
HSL color Cylindrical-coordinate representation of color #214B7C: hue angle of 212.31º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214B7C is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 75 | 124 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.51 |
| HSL | 212.31º | 0.58% | 0.31% | - |
| HSV(B) | 212.31º | 0.73% | 0.49% | - |
| XYZ | 6.78 | 6.81 | 20.03 | - |
| YUV | 68.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 124 | 0.73 | 0.40 | 0 | 0.51 | 212.31 | 0.58 | 0.31 |
| Hex | 21 | 4B | 7C | 49 | 28 | 0 | 33 | D4 | 3A | 1F |
| Octal | 41 | 113 | 174 | 111 | 50 | 0 | 63 | 324 | 72 | 37 |
| Binary | 100001 | 1001011 | 1111100 | 1001001 | 101000 | 0 | 110011 | 11010100 | 111010 | 11111 |
Color Harmonies of #214B7C
Complementary color
Monochromatic Colors of #214B7C
Black with #214B7C
Text Example
Text Example
White with #214B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B7C; }
p { color: rgb(33,75,124); }
H1.HeaderClassName
{
color: #214B7C;
}
.AnyTagClassName
{
color: #214B7C;
}
</style>
background-color css
<style>
a { background-color: #214B7C; }
a { background-color: rgb(33,75,124); }
div.DivClassName
{
background-color: #214B7C;
}
.BgClassName
{
background-color: #214B7C;
}
</style>
border-color css
<style>
span { border-color: #214B7C; }
span { border-color: rgb(33,75,124); }
td.TdClassName
{
border-color: #214B7C;
}
.TagClassName
{
border-color: #214B7C;
}
</style>