Shades of Teal Blue #214B51
Tints of Teal Blue #214B51
RGB
CMYK
RGB Variations
Color information
#214B51 (or 0x214B51) is known color: Teal Blue. HEX triplet: 21, 4B and 51. RGB value is (33,75,81). Sum of RGB (Red+Green+Blue) = 33+75+81=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 81 - color contains mainly: blue. Hex color #214B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B51 is #DEB4AE. Grayscale: #3F3F3F. Windows color (decimal): -14595247 or 5327649. OLE color: 5327649.
HSL color Cylindrical-coordinate representation of color #214B51: hue angle of 187.5º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214B51 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 75 | 81 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.68 |
| HSL | 187.5º | 0.42% | 0.22% | - |
| HSV(B) | 187.5º | 0.59% | 0.32% | - |
| XYZ | 4.63 | 5.95 | 8.69 | - |
| YUV | 63.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 81 | 0.59 | 0.07 | 0 | 0.68 | 187.5 | 0.42 | 0.22 |
| Hex | 21 | 4B | 51 | 3B | 7 | 0 | 44 | BC | 2A | 16 |
| Octal | 41 | 113 | 121 | 73 | 7 | 0 | 104 | 274 | 52 | 26 |
| Binary | 100001 | 1001011 | 1010001 | 111011 | 111 | 0 | 1000100 | 10111100 | 101010 | 10110 |
Color Harmonies of #214B51
Complementary color
Monochromatic Colors of #214B51
Black with #214B51
Text Example
Text Example
White with #214B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B51; }
p { color: rgb(33,75,81); }
H1.HeaderClassName
{
color: #214B51;
}
.AnyTagClassName
{
color: #214B51;
}
</style>
background-color css
<style>
a { background-color: #214B51; }
a { background-color: rgb(33,75,81); }
div.DivClassName
{
background-color: #214B51;
}
.BgClassName
{
background-color: #214B51;
}
</style>
border-color css
<style>
span { border-color: #214B51; }
span { border-color: rgb(33,75,81); }
td.TdClassName
{
border-color: #214B51;
}
.TagClassName
{
border-color: #214B51;
}
</style>