Shades of Deep Sea #217365
Tints of Deep Sea #217365
RGB
CMYK
RGB Variations
Color information
#217365 (or 0x217365) is known color: Deep Sea. HEX triplet: 21, 73 and 65. RGB value is (33,115,101). Sum of RGB (Red+Green+Blue) = 33+115+101=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #217365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217365 is #DE8C9A. Grayscale: #585858. Windows color (decimal): -14584987 or 6648609. OLE color: 6648609.
HSL color Cylindrical-coordinate representation of color #217365: hue angle of 169.76º 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 #217365 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 101 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.55 |
| HSL | 169.76º | 0.55% | 0.29% | - |
| HSV(B) | 169.76º | 0.71% | 0.45% | - |
| XYZ | 9.11 | 13.52 | 14.44 | - |
| YUV | 88.89 | 134.83 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 101 | 0.71 | 0 | 0.12 | 0.55 | 169.76 | 0.55 | 0.29 |
| Hex | 21 | 73 | 65 | 47 | 0 | C | 37 | AA | 37 | 1D |
| Octal | 41 | 163 | 145 | 107 | 0 | 14 | 67 | 252 | 67 | 35 |
| Binary | 100001 | 1110011 | 1100101 | 1000111 | 0 | 1100 | 110111 | 10101010 | 110111 | 11101 |
Color Harmonies of #217365
Complementary color
Monochromatic Colors of #217365
Black with #217365
Text Example
Text Example
White with #217365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217365; }
p { color: rgb(33,115,101); }
H1.HeaderClassName
{
color: #217365;
}
.AnyTagClassName
{
color: #217365;
}
</style>
background-color css
<style>
a { background-color: #217365; }
a { background-color: rgb(33,115,101); }
div.DivClassName
{
background-color: #217365;
}
.BgClassName
{
background-color: #217365;
}
</style>
border-color css
<style>
span { border-color: #217365; }
span { border-color: rgb(33,115,101); }
td.TdClassName
{
border-color: #217365;
}
.TagClassName
{
border-color: #217365;
}
</style>