Shades of Deep Sea #23765F
Tints of Deep Sea #23765F
RGB
CMYK
RGB Variations
Color information
#23765F (or 0x23765F) is known color: Deep Sea. HEX triplet: 23, 76 and 5F. RGB value is (35,118,95). Sum of RGB (Red+Green+Blue) = 35+118+95=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #23765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23765F is #DC89A0. Grayscale: #5A5A5A. Windows color (decimal): -14453153 or 6256163. OLE color: 6256163.
HSL color Cylindrical-coordinate representation of color #23765F: hue angle of 163.37º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23765F is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 118 | 95 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.54 |
| HSL | 163.37º | 0.54% | 0.3% | - |
| HSV(B) | 163.37º | 0.7% | 0.46% | - |
| XYZ | 9.24 | 14.14 | 13.07 | - |
| YUV | 90.56 | 130.5 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 118 | 95 | 0.70 | 0 | 0.19 | 0.54 | 163.37 | 0.54 | 0.3 |
| Hex | 23 | 76 | 5F | 46 | 0 | 13 | 36 | A3 | 36 | 1E |
| Octal | 43 | 166 | 137 | 106 | 0 | 23 | 66 | 243 | 66 | 36 |
| Binary | 100011 | 1110110 | 1011111 | 1000110 | 0 | 10011 | 110110 | 10100011 | 110110 | 11110 |
Color Harmonies of #23765F
Complementary color
Monochromatic Colors of #23765F
Black with #23765F
Text Example
Text Example
White with #23765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23765F; }
p { color: rgb(35,118,95); }
H1.HeaderClassName
{
color: #23765F;
}
.AnyTagClassName
{
color: #23765F;
}
</style>
background-color css
<style>
a { background-color: #23765F; }
a { background-color: rgb(35,118,95); }
div.DivClassName
{
background-color: #23765F;
}
.BgClassName
{
background-color: #23765F;
}
</style>
border-color css
<style>
span { border-color: #23765F; }
span { border-color: rgb(35,118,95); }
td.TdClassName
{
border-color: #23765F;
}
.TagClassName
{
border-color: #23765F;
}
</style>