Shades of Deep Sea #23815E
Tints of Deep Sea #23815E
RGB
CMYK
RGB Variations
Color information
#23815E (or 0x23815E) is known color: Deep Sea. HEX triplet: 23, 81 and 5E. RGB value is (35,129,94). Sum of RGB (Red+Green+Blue) = 35+129+94=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #23815E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23815E is #DC7EA1. Grayscale: #606060. Windows color (decimal): -14450338 or 6193443. OLE color: 6193443.
HSL color Cylindrical-coordinate representation of color #23815E: hue angle of 157.66º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23815E is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 129 | 94 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.49 |
| HSL | 157.66º | 0.57% | 0.32% | - |
| HSV(B) | 157.66º | 0.73% | 0.51% | - |
| XYZ | 10.56 | 16.87 | 13.29 | - |
| YUV | 96.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 94 | 0.73 | 0 | 0.27 | 0.49 | 157.66 | 0.57 | 0.32 |
| Hex | 23 | 81 | 5E | 49 | 0 | 1B | 31 | 9E | 39 | 20 |
| Octal | 43 | 201 | 136 | 111 | 0 | 33 | 61 | 236 | 71 | 40 |
| Binary | 100011 | 10000001 | 1011110 | 1001001 | 0 | 11011 | 110001 | 10011110 | 111001 | 100000 |
Color Harmonies of #23815E
Complementary color
Monochromatic Colors of #23815E
Black with #23815E
Text Example
Text Example
White with #23815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23815E; }
p { color: rgb(35,129,94); }
H1.HeaderClassName
{
color: #23815E;
}
.AnyTagClassName
{
color: #23815E;
}
</style>
background-color css
<style>
a { background-color: #23815E; }
a { background-color: rgb(35,129,94); }
div.DivClassName
{
background-color: #23815E;
}
.BgClassName
{
background-color: #23815E;
}
</style>
border-color css
<style>
span { border-color: #23815E; }
span { border-color: rgb(35,129,94); }
td.TdClassName
{
border-color: #23815E;
}
.TagClassName
{
border-color: #23815E;
}
</style>