Shades of Deep Sea #217263
Tints of Deep Sea #217263
RGB
CMYK
RGB Variations
Color information
#217263 (or 0x217263) is known color: Deep Sea. HEX triplet: 21, 72 and 63. RGB value is (33,114,99). Sum of RGB (Red+Green+Blue) = 33+114+99=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #217263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217263 is #DE8D9C. Grayscale: #585858. Windows color (decimal): -14585245 or 6517281. OLE color: 6517281.
HSL color Cylindrical-coordinate representation of color #217263: hue angle of 168.89º 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 #217263 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 114 | 99 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.55 |
| HSL | 168.89º | 0.55% | 0.29% | - |
| HSV(B) | 168.89º | 0.71% | 0.45% | - |
| XYZ | 8.9 | 13.26 | 13.89 | - |
| YUV | 88.07 | 134.16 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 99 | 0.71 | 0 | 0.13 | 0.55 | 168.89 | 0.55 | 0.29 |
| Hex | 21 | 72 | 63 | 47 | 0 | D | 37 | A9 | 37 | 1D |
| Octal | 41 | 162 | 143 | 107 | 0 | 15 | 67 | 251 | 67 | 35 |
| Binary | 100001 | 1110010 | 1100011 | 1000111 | 0 | 1101 | 110111 | 10101001 | 110111 | 11101 |
Color Harmonies of #217263
Complementary color
Monochromatic Colors of #217263
Black with #217263
Text Example
Text Example
White with #217263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217263; }
p { color: rgb(33,114,99); }
H1.HeaderClassName
{
color: #217263;
}
.AnyTagClassName
{
color: #217263;
}
</style>
background-color css
<style>
a { background-color: #217263; }
a { background-color: rgb(33,114,99); }
div.DivClassName
{
background-color: #217263;
}
.BgClassName
{
background-color: #217263;
}
</style>
border-color css
<style>
span { border-color: #217263; }
span { border-color: rgb(33,114,99); }
td.TdClassName
{
border-color: #217263;
}
.TagClassName
{
border-color: #217263;
}
</style>