Shades of Deep Sea #237E67
Tints of Deep Sea #237E67
RGB
CMYK
RGB Variations
Color information
#237E67 (or 0x237E67) is known color: Deep Sea. HEX triplet: 23, 7E and 67. RGB value is (35,126,103). Sum of RGB (Red+Green+Blue) = 35+126+103=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 126 (49.61% from 255 or 47.73% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 126 - color contains mainly: green. Hex color #237E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237E67 is #DC8198. Grayscale: #606060. Windows color (decimal): -14451097 or 6782499. OLE color: 6782499.
HSL color Cylindrical-coordinate representation of color #237E67: hue angle of 164.84º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237E67 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 126 | 103 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.51 |
| HSL | 164.84º | 0.57% | 0.32% | - |
| HSV(B) | 164.84º | 0.72% | 0.49% | - |
| XYZ | 10.6 | 16.26 | 15.41 | - |
| YUV | 96.17 | 131.85 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 126 | 103 | 0.72 | 0 | 0.18 | 0.51 | 164.84 | 0.57 | 0.32 |
| Hex | 23 | 7E | 67 | 48 | 0 | 12 | 33 | A5 | 39 | 20 |
| Octal | 43 | 176 | 147 | 110 | 0 | 22 | 63 | 245 | 71 | 40 |
| Binary | 100011 | 1111110 | 1100111 | 1001000 | 0 | 10010 | 110011 | 10100101 | 111001 | 100000 |
Color Harmonies of #237E67
Complementary color
Monochromatic Colors of #237E67
Black with #237E67
Text Example
Text Example
White with #237E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237E67; }
p { color: rgb(35,126,103); }
H1.HeaderClassName
{
color: #237E67;
}
.AnyTagClassName
{
color: #237E67;
}
</style>
background-color css
<style>
a { background-color: #237E67; }
a { background-color: rgb(35,126,103); }
div.DivClassName
{
background-color: #237E67;
}
.BgClassName
{
background-color: #237E67;
}
</style>
border-color css
<style>
span { border-color: #237E67; }
span { border-color: rgb(35,126,103); }
td.TdClassName
{
border-color: #237E67;
}
.TagClassName
{
border-color: #237E67;
}
</style>