Shades of Deep Sea #23775E
Tints of Deep Sea #23775E
RGB
CMYK
RGB Variations
Color information
#23775E (or 0x23775E) is known color: Deep Sea. HEX triplet: 23, 77 and 5E. RGB value is (35,119,94). Sum of RGB (Red+Green+Blue) = 35+119+94=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #23775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23775E is #DC88A1. Grayscale: #5B5B5B. Windows color (decimal): -14452898 or 6190883. OLE color: 6190883.
HSL color Cylindrical-coordinate representation of color #23775E: hue angle of 162.14º 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 #23775E is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 119 | 94 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.53 |
| HSL | 162.14º | 0.55% | 0.3% | - |
| HSV(B) | 162.14º | 0.71% | 0.47% | - |
| XYZ | 9.31 | 14.36 | 12.87 | - |
| YUV | 91.03 | 129.67 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 119 | 94 | 0.71 | 0 | 0.21 | 0.53 | 162.14 | 0.55 | 0.3 |
| Hex | 23 | 77 | 5E | 47 | 0 | 15 | 35 | A2 | 37 | 1E |
| Octal | 43 | 167 | 136 | 107 | 0 | 25 | 65 | 242 | 67 | 36 |
| Binary | 100011 | 1110111 | 1011110 | 1000111 | 0 | 10101 | 110101 | 10100010 | 110111 | 11110 |
Color Harmonies of #23775E
Complementary color
Monochromatic Colors of #23775E
Black with #23775E
Text Example
Text Example
White with #23775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23775E; }
p { color: rgb(35,119,94); }
H1.HeaderClassName
{
color: #23775E;
}
.AnyTagClassName
{
color: #23775E;
}
</style>
background-color css
<style>
a { background-color: #23775E; }
a { background-color: rgb(35,119,94); }
div.DivClassName
{
background-color: #23775E;
}
.BgClassName
{
background-color: #23775E;
}
</style>
border-color css
<style>
span { border-color: #23775E; }
span { border-color: rgb(35,119,94); }
td.TdClassName
{
border-color: #23775E;
}
.TagClassName
{
border-color: #23775E;
}
</style>