Shades of Deep Sea #237C62
Tints of Deep Sea #237C62
RGB
CMYK
RGB Variations
Color information
#237C62 (or 0x237C62) is known color: Deep Sea. HEX triplet: 23, 7C and 62. RGB value is (35,124,98). Sum of RGB (Red+Green+Blue) = 35+124+98=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #237C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237C62 is #DC839D. Grayscale: #5E5E5E. Windows color (decimal): -14451614 or 6454307. OLE color: 6454307.
HSL color Cylindrical-coordinate representation of color #237C62: hue angle of 162.47º 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 #237C62 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 124 | 98 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.51 |
| HSL | 162.47º | 0.56% | 0.31% | - |
| HSV(B) | 162.47º | 0.72% | 0.49% | - |
| XYZ | 10.11 | 15.65 | 14.04 | - |
| YUV | 94.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 98 | 0.72 | 0 | 0.21 | 0.51 | 162.47 | 0.56 | 0.31 |
| Hex | 23 | 7C | 62 | 48 | 0 | 15 | 33 | A2 | 38 | 1F |
| Octal | 43 | 174 | 142 | 110 | 0 | 25 | 63 | 242 | 70 | 37 |
| Binary | 100011 | 1111100 | 1100010 | 1001000 | 0 | 10101 | 110011 | 10100010 | 111000 | 11111 |
Color Harmonies of #237C62
Complementary color
Monochromatic Colors of #237C62
Black with #237C62
Text Example
Text Example
White with #237C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C62; }
p { color: rgb(35,124,98); }
H1.HeaderClassName
{
color: #237C62;
}
.AnyTagClassName
{
color: #237C62;
}
</style>
background-color css
<style>
a { background-color: #237C62; }
a { background-color: rgb(35,124,98); }
div.DivClassName
{
background-color: #237C62;
}
.BgClassName
{
background-color: #237C62;
}
</style>
border-color css
<style>
span { border-color: #237C62; }
span { border-color: rgb(35,124,98); }
td.TdClassName
{
border-color: #237C62;
}
.TagClassName
{
border-color: #237C62;
}
</style>