Shades of Deep Sea #23775F
Tints of Deep Sea #23775F
RGB
CMYK
RGB Variations
Color information
#23775F (or 0x23775F) is known color: Deep Sea. HEX triplet: 23, 77 and 5F. RGB value is (35,119,95). Sum of RGB (Red+Green+Blue) = 35+119+95=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #23775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23775F is #DC88A0. Grayscale: #5B5B5B. Windows color (decimal): -14452897 or 6256419. OLE color: 6256419.
HSL color Cylindrical-coordinate representation of color #23775F: hue angle of 162.86º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23775F is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 119 | 95 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.53 |
| HSL | 162.86º | 0.55% | 0.3% | - |
| HSV(B) | 162.86º | 0.71% | 0.47% | - |
| XYZ | 9.36 | 14.38 | 13.11 | - |
| YUV | 91.15 | 130.17 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 119 | 95 | 0.71 | 0 | 0.20 | 0.53 | 162.86 | 0.55 | 0.3 |
| Hex | 23 | 77 | 5F | 47 | 0 | 14 | 35 | A3 | 37 | 1E |
| Octal | 43 | 167 | 137 | 107 | 0 | 24 | 65 | 243 | 67 | 36 |
| Binary | 100011 | 1110111 | 1011111 | 1000111 | 0 | 10100 | 110101 | 10100011 | 110111 | 11110 |
Color Harmonies of #23775F
Complementary color
Monochromatic Colors of #23775F
Black with #23775F
Text Example
Text Example
White with #23775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23775F; }
p { color: rgb(35,119,95); }
H1.HeaderClassName
{
color: #23775F;
}
.AnyTagClassName
{
color: #23775F;
}
</style>
background-color css
<style>
a { background-color: #23775F; }
a { background-color: rgb(35,119,95); }
div.DivClassName
{
background-color: #23775F;
}
.BgClassName
{
background-color: #23775F;
}
</style>
border-color css
<style>
span { border-color: #23775F; }
span { border-color: rgb(35,119,95); }
td.TdClassName
{
border-color: #23775F;
}
.TagClassName
{
border-color: #23775F;
}
</style>