Shades of Deep Sea #21735C
Tints of Deep Sea #21735C
RGB
CMYK
RGB Variations
Color information
#21735C (or 0x21735C) is known color: Deep Sea. HEX triplet: 21, 73 and 5C. RGB value is (33,115,92). Sum of RGB (Red+Green+Blue) = 33+115+92=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #21735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21735C is #DE8CA3. Grayscale: #575757. Windows color (decimal): -14584996 or 6058785. OLE color: 6058785.
HSL color Cylindrical-coordinate representation of color #21735C: hue angle of 163.17º 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 #21735C is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 92 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.55 |
| HSL | 163.17º | 0.55% | 0.29% | - |
| HSV(B) | 163.17º | 0.71% | 0.45% | - |
| XYZ | 8.69 | 13.36 | 12.25 | - |
| YUV | 87.86 | 130.33 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 92 | 0.71 | 0 | 0.20 | 0.55 | 163.17 | 0.55 | 0.29 |
| Hex | 21 | 73 | 5C | 47 | 0 | 14 | 37 | A3 | 37 | 1D |
| Octal | 41 | 163 | 134 | 107 | 0 | 24 | 67 | 243 | 67 | 35 |
| Binary | 100001 | 1110011 | 1011100 | 1000111 | 0 | 10100 | 110111 | 10100011 | 110111 | 11101 |
Color Harmonies of #21735C
Complementary color
Monochromatic Colors of #21735C
Black with #21735C
Text Example
Text Example
White with #21735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21735C; }
p { color: rgb(33,115,92); }
H1.HeaderClassName
{
color: #21735C;
}
.AnyTagClassName
{
color: #21735C;
}
</style>
background-color css
<style>
a { background-color: #21735C; }
a { background-color: rgb(33,115,92); }
div.DivClassName
{
background-color: #21735C;
}
.BgClassName
{
background-color: #21735C;
}
</style>
border-color css
<style>
span { border-color: #21735C; }
span { border-color: rgb(33,115,92); }
td.TdClassName
{
border-color: #21735C;
}
.TagClassName
{
border-color: #21735C;
}
</style>