Shades of Deep Sea #237D65
Tints of Deep Sea #237D65
RGB
CMYK
RGB Variations
Color information
#237D65 (or 0x237D65) is known color: Deep Sea. HEX triplet: 23, 7D and 65. RGB value is (35,125,101). Sum of RGB (Red+Green+Blue) = 35+125+101=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #237D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237D65 is #DC829A. Grayscale: #5F5F5F. Windows color (decimal): -14451355 or 6651171. OLE color: 6651171.
HSL color Cylindrical-coordinate representation of color #237D65: hue angle of 164º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237D65 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 125 | 101 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.51 |
| HSL | 164º | 0.56% | 0.31% | - |
| HSV(B) | 164º | 0.72% | 0.49% | - |
| XYZ | 10.38 | 15.96 | 14.85 | - |
| YUV | 95.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 125 | 101 | 0.72 | 0 | 0.19 | 0.51 | 164 | 0.56 | 0.31 |
| Hex | 23 | 7D | 65 | 48 | 0 | 13 | 33 | A4 | 38 | 1F |
| Octal | 43 | 175 | 145 | 110 | 0 | 23 | 63 | 244 | 70 | 37 |
| Binary | 100011 | 1111101 | 1100101 | 1001000 | 0 | 10011 | 110011 | 10100100 | 111000 | 11111 |
Color Harmonies of #237D65
Complementary color
Monochromatic Colors of #237D65
Black with #237D65
Text Example
Text Example
White with #237D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237D65; }
p { color: rgb(35,125,101); }
H1.HeaderClassName
{
color: #237D65;
}
.AnyTagClassName
{
color: #237D65;
}
</style>
background-color css
<style>
a { background-color: #237D65; }
a { background-color: rgb(35,125,101); }
div.DivClassName
{
background-color: #237D65;
}
.BgClassName
{
background-color: #237D65;
}
</style>
border-color css
<style>
span { border-color: #237D65; }
span { border-color: rgb(35,125,101); }
td.TdClassName
{
border-color: #237D65;
}
.TagClassName
{
border-color: #237D65;
}
</style>