Shades of Deep Sea #23745C
Tints of Deep Sea #23745C
RGB
CMYK
RGB Variations
Color information
#23745C (or 0x23745C) is known color: Deep Sea. HEX triplet: 23, 74 and 5C. RGB value is (35,116,92). Sum of RGB (Red+Green+Blue) = 35+116+92=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #23745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23745C is #DC8BA3. Grayscale: #595959. Windows color (decimal): -14453668 or 6059043. OLE color: 6059043.
HSL color Cylindrical-coordinate representation of color #23745C: hue angle of 162.22º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23745C is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 116 | 92 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.55 |
| HSL | 162.22º | 0.54% | 0.3% | - |
| HSV(B) | 162.22º | 0.7% | 0.45% | - |
| XYZ | 8.87 | 13.62 | 12.29 | - |
| YUV | 89.05 | 129.66 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 116 | 92 | 0.70 | 0 | 0.21 | 0.55 | 162.22 | 0.54 | 0.3 |
| Hex | 23 | 74 | 5C | 46 | 0 | 15 | 37 | A2 | 36 | 1E |
| Octal | 43 | 164 | 134 | 106 | 0 | 25 | 67 | 242 | 66 | 36 |
| Binary | 100011 | 1110100 | 1011100 | 1000110 | 0 | 10101 | 110111 | 10100010 | 110110 | 11110 |
Color Harmonies of #23745C
Complementary color
Monochromatic Colors of #23745C
Black with #23745C
Text Example
Text Example
White with #23745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23745C; }
p { color: rgb(35,116,92); }
H1.HeaderClassName
{
color: #23745C;
}
.AnyTagClassName
{
color: #23745C;
}
</style>
background-color css
<style>
a { background-color: #23745C; }
a { background-color: rgb(35,116,92); }
div.DivClassName
{
background-color: #23745C;
}
.BgClassName
{
background-color: #23745C;
}
</style>
border-color css
<style>
span { border-color: #23745C; }
span { border-color: rgb(35,116,92); }
td.TdClassName
{
border-color: #23745C;
}
.TagClassName
{
border-color: #23745C;
}
</style>