Shades of Deep Sea #21735D
Tints of Deep Sea #21735D
RGB
CMYK
RGB Variations
Color information
#21735D (or 0x21735D) is known color: Deep Sea. HEX triplet: 21, 73 and 5D. RGB value is (33,115,93). Sum of RGB (Red+Green+Blue) = 33+115+93=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #21735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21735D is #DE8CA2. Grayscale: #575757. Windows color (decimal): -14584995 or 6124321. OLE color: 6124321.
HSL color Cylindrical-coordinate representation of color #21735D: hue angle of 163.9º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21735D is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 93 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.55 |
| HSL | 163.9º | 0.55% | 0.29% | - |
| HSV(B) | 163.9º | 0.71% | 0.45% | - |
| XYZ | 8.73 | 13.38 | 12.48 | - |
| YUV | 87.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 93 | 0.71 | 0 | 0.19 | 0.55 | 163.9 | 0.55 | 0.29 |
| Hex | 21 | 73 | 5D | 47 | 0 | 13 | 37 | A4 | 37 | 1D |
| Octal | 41 | 163 | 135 | 107 | 0 | 23 | 67 | 244 | 67 | 35 |
| Binary | 100001 | 1110011 | 1011101 | 1000111 | 0 | 10011 | 110111 | 10100100 | 110111 | 11101 |
Color Harmonies of #21735D
Complementary color
Monochromatic Colors of #21735D
Black with #21735D
Text Example
Text Example
White with #21735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21735D; }
p { color: rgb(33,115,93); }
H1.HeaderClassName
{
color: #21735D;
}
.AnyTagClassName
{
color: #21735D;
}
</style>
background-color css
<style>
a { background-color: #21735D; }
a { background-color: rgb(33,115,93); }
div.DivClassName
{
background-color: #21735D;
}
.BgClassName
{
background-color: #21735D;
}
</style>
border-color css
<style>
span { border-color: #21735D; }
span { border-color: rgb(33,115,93); }
td.TdClassName
{
border-color: #21735D;
}
.TagClassName
{
border-color: #21735D;
}
</style>