Shades of Deep Sea #21775E
Tints of Deep Sea #21775E
RGB
CMYK
RGB Variations
Color information
#21775E (or 0x21775E) is known color: Deep Sea. HEX triplet: 21, 77 and 5E. RGB value is (33,119,94). Sum of RGB (Red+Green+Blue) = 33+119+94=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #21775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21775E is #DE88A1. Grayscale: #5A5A5A. Windows color (decimal): -14583970 or 6190881. OLE color: 6190881.
HSL color Cylindrical-coordinate representation of color #21775E: hue angle of 162.56º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21775E is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 119 | 94 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.53 |
| HSL | 162.56º | 0.57% | 0.3% | - |
| HSV(B) | 162.56º | 0.72% | 0.47% | - |
| XYZ | 9.24 | 14.33 | 12.87 | - |
| YUV | 90.44 | 130.01 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 119 | 94 | 0.72 | 0 | 0.21 | 0.53 | 162.56 | 0.57 | 0.3 |
| Hex | 21 | 77 | 5E | 48 | 0 | 15 | 35 | A3 | 39 | 1E |
| Octal | 41 | 167 | 136 | 110 | 0 | 25 | 65 | 243 | 71 | 36 |
| Binary | 100001 | 1110111 | 1011110 | 1001000 | 0 | 10101 | 110101 | 10100011 | 111001 | 11110 |
Color Harmonies of #21775E
Complementary color
Monochromatic Colors of #21775E
Black with #21775E
Text Example
Text Example
White with #21775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21775E; }
p { color: rgb(33,119,94); }
H1.HeaderClassName
{
color: #21775E;
}
.AnyTagClassName
{
color: #21775E;
}
</style>
background-color css
<style>
a { background-color: #21775E; }
a { background-color: rgb(33,119,94); }
div.DivClassName
{
background-color: #21775E;
}
.BgClassName
{
background-color: #21775E;
}
</style>
border-color css
<style>
span { border-color: #21775E; }
span { border-color: rgb(33,119,94); }
td.TdClassName
{
border-color: #21775E;
}
.TagClassName
{
border-color: #21775E;
}
</style>