Shades of Deep Sea #21745D
Tints of Deep Sea #21745D
RGB
CMYK
RGB Variations
Color information
#21745D (or 0x21745D) is known color: Deep Sea. HEX triplet: 21, 74 and 5D. RGB value is (33,116,93). Sum of RGB (Red+Green+Blue) = 33+116+93=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #21745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21745D is #DE8BA2. Grayscale: #585858. Windows color (decimal): -14584739 or 6124577. OLE color: 6124577.
HSL color Cylindrical-coordinate representation of color #21745D: hue angle of 163.37º 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 #21745D is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 116 | 93 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.55 |
| HSL | 163.37º | 0.56% | 0.29% | - |
| HSV(B) | 163.37º | 0.72% | 0.45% | - |
| XYZ | 8.85 | 13.6 | 12.52 | - |
| YUV | 88.56 | 130.5 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 93 | 0.72 | 0 | 0.20 | 0.55 | 163.37 | 0.56 | 0.29 |
| Hex | 21 | 74 | 5D | 48 | 0 | 14 | 37 | A3 | 38 | 1D |
| Octal | 41 | 164 | 135 | 110 | 0 | 24 | 67 | 243 | 70 | 35 |
| Binary | 100001 | 1110100 | 1011101 | 1001000 | 0 | 10100 | 110111 | 10100011 | 111000 | 11101 |
Color Harmonies of #21745D
Complementary color
Monochromatic Colors of #21745D
Black with #21745D
Text Example
Text Example
White with #21745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21745D; }
p { color: rgb(33,116,93); }
H1.HeaderClassName
{
color: #21745D;
}
.AnyTagClassName
{
color: #21745D;
}
</style>
background-color css
<style>
a { background-color: #21745D; }
a { background-color: rgb(33,116,93); }
div.DivClassName
{
background-color: #21745D;
}
.BgClassName
{
background-color: #21745D;
}
</style>
border-color css
<style>
span { border-color: #21745D; }
span { border-color: rgb(33,116,93); }
td.TdClassName
{
border-color: #21745D;
}
.TagClassName
{
border-color: #21745D;
}
</style>