Shades of Deep Sea #21745E
Tints of Deep Sea #21745E
RGB
CMYK
RGB Variations
Color information
#21745E (or 0x21745E) is known color: Deep Sea. HEX triplet: 21, 74 and 5E. RGB value is (33,116,94). Sum of RGB (Red+Green+Blue) = 33+116+94=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #21745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21745E is #DE8BA1. Grayscale: #585858. Windows color (decimal): -14584738 or 6190113. OLE color: 6190113.
HSL color Cylindrical-coordinate representation of color #21745E: hue angle of 164.1º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21745E is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 116 | 94 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.55 |
| HSL | 164.1º | 0.56% | 0.29% | - |
| HSV(B) | 164.1º | 0.72% | 0.45% | - |
| XYZ | 8.89 | 13.62 | 12.75 | - |
| YUV | 88.68 | 131 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 94 | 0.72 | 0 | 0.19 | 0.55 | 164.1 | 0.56 | 0.29 |
| Hex | 21 | 74 | 5E | 48 | 0 | 13 | 37 | A4 | 38 | 1D |
| Octal | 41 | 164 | 136 | 110 | 0 | 23 | 67 | 244 | 70 | 35 |
| Binary | 100001 | 1110100 | 1011110 | 1001000 | 0 | 10011 | 110111 | 10100100 | 111000 | 11101 |
Color Harmonies of #21745E
Complementary color
Monochromatic Colors of #21745E
Black with #21745E
Text Example
Text Example
White with #21745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21745E; }
p { color: rgb(33,116,94); }
H1.HeaderClassName
{
color: #21745E;
}
.AnyTagClassName
{
color: #21745E;
}
</style>
background-color css
<style>
a { background-color: #21745E; }
a { background-color: rgb(33,116,94); }
div.DivClassName
{
background-color: #21745E;
}
.BgClassName
{
background-color: #21745E;
}
</style>
border-color css
<style>
span { border-color: #21745E; }
span { border-color: rgb(33,116,94); }
td.TdClassName
{
border-color: #21745E;
}
.TagClassName
{
border-color: #21745E;
}
</style>