Shades of Deep Teal #213B39
Tints of Deep Teal #213B39
RGB
CMYK
RGB Variations
Color information
#213B39 (or 0x213B39) is known color: Deep Teal. HEX triplet: 21, 3B and 39. RGB value is (33,59,57). Sum of RGB (Red+Green+Blue) = 33+59+57=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 59 - color contains mainly: green. Hex color #213B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B39 is #DEC4C6. Grayscale: #323232. Windows color (decimal): -14599367 or 3750689. OLE color: 3750689.
HSL color Cylindrical-coordinate representation of color #213B39: hue angle of 175.38º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #213B39 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 59 | 57 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.77 |
| HSL | 175.38º | 0.28% | 0.18% | - |
| HSV(B) | 175.38º | 0.44% | 0.23% | - |
| XYZ | 2.93 | 3.75 | 4.44 | - |
| YUV | 51 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 57 | 0.44 | 0 | 0.03 | 0.77 | 175.38 | 0.28 | 0.18 |
| Hex | 21 | 3B | 39 | 2C | 0 | 3 | 4D | AF | 1C | 12 |
| Octal | 41 | 73 | 71 | 54 | 0 | 3 | 115 | 257 | 34 | 22 |
| Binary | 100001 | 111011 | 111001 | 101100 | 0 | 11 | 1001101 | 10101111 | 11100 | 10010 |
Color Harmonies of #213B39
Complementary color
Monochromatic Colors of #213B39
Black with #213B39
Text Example
Text Example
White with #213B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B39; }
p { color: rgb(33,59,57); }
H1.HeaderClassName
{
color: #213B39;
}
.AnyTagClassName
{
color: #213B39;
}
</style>
background-color css
<style>
a { background-color: #213B39; }
a { background-color: rgb(33,59,57); }
div.DivClassName
{
background-color: #213B39;
}
.BgClassName
{
background-color: #213B39;
}
</style>
border-color css
<style>
span { border-color: #213B39; }
span { border-color: rgb(33,59,57); }
td.TdClassName
{
border-color: #213B39;
}
.TagClassName
{
border-color: #213B39;
}
</style>