Shades of Deep Sea #237C67
Tints of Deep Sea #237C67
RGB
CMYK
RGB Variations
Color information
#237C67 (or 0x237C67) is known color: Deep Sea. HEX triplet: 23, 7C and 67. RGB value is (35,124,103). Sum of RGB (Red+Green+Blue) = 35+124+103=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #237C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237C67 is #DC8398. Grayscale: #5E5E5E. Windows color (decimal): -14451609 or 6781987. OLE color: 6781987.
HSL color Cylindrical-coordinate representation of color #237C67: hue angle of 165.84º 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 #237C67 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 124 | 103 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.51 |
| HSL | 165.84º | 0.56% | 0.31% | - |
| HSV(B) | 165.84º | 0.72% | 0.49% | - |
| XYZ | 10.35 | 15.75 | 15.33 | - |
| YUV | 95 | 132.51 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 103 | 0.72 | 0 | 0.17 | 0.51 | 165.84 | 0.56 | 0.31 |
| Hex | 23 | 7C | 67 | 48 | 0 | 11 | 33 | A6 | 38 | 1F |
| Octal | 43 | 174 | 147 | 110 | 0 | 21 | 63 | 246 | 70 | 37 |
| Binary | 100011 | 1111100 | 1100111 | 1001000 | 0 | 10001 | 110011 | 10100110 | 111000 | 11111 |
Color Harmonies of #237C67
Complementary color
Monochromatic Colors of #237C67
Black with #237C67
Text Example
Text Example
White with #237C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C67; }
p { color: rgb(35,124,103); }
H1.HeaderClassName
{
color: #237C67;
}
.AnyTagClassName
{
color: #237C67;
}
</style>
background-color css
<style>
a { background-color: #237C67; }
a { background-color: rgb(35,124,103); }
div.DivClassName
{
background-color: #237C67;
}
.BgClassName
{
background-color: #237C67;
}
</style>
border-color css
<style>
span { border-color: #237C67; }
span { border-color: rgb(35,124,103); }
td.TdClassName
{
border-color: #237C67;
}
.TagClassName
{
border-color: #237C67;
}
</style>