Shades of Teal Blue #214E5C
Tints of Teal Blue #214E5C
RGB
CMYK
RGB Variations
Color information
#214E5C (or 0x214E5C) is known color: Teal Blue. HEX triplet: 21, 4E and 5C. RGB value is (33,78,92). Sum of RGB (Red+Green+Blue) = 33+78+92=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #214E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E5C is #DEB1A3. Grayscale: #424242. Windows color (decimal): -14594468 or 6049313. OLE color: 6049313.
HSL color Cylindrical-coordinate representation of color #214E5C: hue angle of 194.24º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #214E5C is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 78 | 92 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.64 |
| HSL | 194.24º | 0.47% | 0.25% | - |
| HSV(B) | 194.24º | 0.64% | 0.36% | - |
| XYZ | 5.28 | 6.54 | 11.11 | - |
| YUV | 66.14 | 142.59 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 92 | 0.64 | 0.15 | 0 | 0.64 | 194.24 | 0.47 | 0.25 |
| Hex | 21 | 4E | 5C | 40 | F | 0 | 40 | C2 | 2F | 19 |
| Octal | 41 | 116 | 134 | 100 | 17 | 0 | 100 | 302 | 57 | 31 |
| Binary | 100001 | 1001110 | 1011100 | 1000000 | 1111 | 0 | 1000000 | 11000010 | 101111 | 11001 |
Color Harmonies of #214E5C
Complementary color
Monochromatic Colors of #214E5C
Black with #214E5C
Text Example
Text Example
White with #214E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E5C; }
p { color: rgb(33,78,92); }
H1.HeaderClassName
{
color: #214E5C;
}
.AnyTagClassName
{
color: #214E5C;
}
</style>
background-color css
<style>
a { background-color: #214E5C; }
a { background-color: rgb(33,78,92); }
div.DivClassName
{
background-color: #214E5C;
}
.BgClassName
{
background-color: #214E5C;
}
</style>
border-color css
<style>
span { border-color: #214E5C; }
span { border-color: rgb(33,78,92); }
td.TdClassName
{
border-color: #214E5C;
}
.TagClassName
{
border-color: #214E5C;
}
</style>