Shades of Teal Blue #21565E
Tints of Teal Blue #21565E
RGB
CMYK
RGB Variations
Color information
#21565E (or 0x21565E) is known color: Teal Blue. HEX triplet: 21, 56 and 5E. RGB value is (33,86,94). Sum of RGB (Red+Green+Blue) = 33+86+94=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #21565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21565E is #DEA9A1. Grayscale: #464646. Windows color (decimal): -14592418 or 6182433. OLE color: 6182433.
HSL color Cylindrical-coordinate representation of color #21565E: hue angle of 187.87º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21565E is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 86 | 94 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.63 |
| HSL | 187.87º | 0.48% | 0.25% | - |
| HSV(B) | 187.87º | 0.65% | 0.37% | - |
| XYZ | 5.98 | 7.79 | 11.78 | - |
| YUV | 71.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 94 | 0.65 | 0.09 | 0 | 0.63 | 187.87 | 0.48 | 0.25 |
| Hex | 21 | 56 | 5E | 41 | 9 | 0 | 3F | BC | 30 | 19 |
| Octal | 41 | 126 | 136 | 101 | 11 | 0 | 77 | 274 | 60 | 31 |
| Binary | 100001 | 1010110 | 1011110 | 1000001 | 1001 | 0 | 111111 | 10111100 | 110000 | 11001 |
Color Harmonies of #21565E
Complementary color
Monochromatic Colors of #21565E
Black with #21565E
Text Example
Text Example
White with #21565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21565E; }
p { color: rgb(33,86,94); }
H1.HeaderClassName
{
color: #21565E;
}
.AnyTagClassName
{
color: #21565E;
}
</style>
background-color css
<style>
a { background-color: #21565E; }
a { background-color: rgb(33,86,94); }
div.DivClassName
{
background-color: #21565E;
}
.BgClassName
{
background-color: #21565E;
}
</style>
border-color css
<style>
span { border-color: #21565E; }
span { border-color: rgb(33,86,94); }
td.TdClassName
{
border-color: #21565E;
}
.TagClassName
{
border-color: #21565E;
}
</style>