Shades of Deep Sea #23805D
Tints of Deep Sea #23805D
RGB
CMYK
RGB Variations
Color information
#23805D (or 0x23805D) is known color: Deep Sea. HEX triplet: 23, 80 and 5D. RGB value is (35,128,93). Sum of RGB (Red+Green+Blue) = 35+128+93=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #23805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23805D is #DC7FA2. Grayscale: #606060. Windows color (decimal): -14450595 or 6127651. OLE color: 6127651.
HSL color Cylindrical-coordinate representation of color #23805D: hue angle of 157.42º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23805D is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 128 | 93 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.50 |
| HSL | 157.42º | 0.57% | 0.32% | - |
| HSV(B) | 157.42º | 0.73% | 0.5% | - |
| XYZ | 10.39 | 16.59 | 13.01 | - |
| YUV | 96.2 | 126.19 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 93 | 0.73 | 0 | 0.27 | 0.50 | 157.42 | 0.57 | 0.32 |
| Hex | 23 | 80 | 5D | 49 | 0 | 1B | 32 | 9D | 39 | 20 |
| Octal | 43 | 200 | 135 | 111 | 0 | 33 | 62 | 235 | 71 | 40 |
| Binary | 100011 | 10000000 | 1011101 | 1001001 | 0 | 11011 | 110010 | 10011101 | 111001 | 100000 |
Color Harmonies of #23805D
Complementary color
Monochromatic Colors of #23805D
Black with #23805D
Text Example
Text Example
White with #23805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23805D; }
p { color: rgb(35,128,93); }
H1.HeaderClassName
{
color: #23805D;
}
.AnyTagClassName
{
color: #23805D;
}
</style>
background-color css
<style>
a { background-color: #23805D; }
a { background-color: rgb(35,128,93); }
div.DivClassName
{
background-color: #23805D;
}
.BgClassName
{
background-color: #23805D;
}
</style>
border-color css
<style>
span { border-color: #23805D; }
span { border-color: rgb(35,128,93); }
td.TdClassName
{
border-color: #23805D;
}
.TagClassName
{
border-color: #23805D;
}
</style>