Shades of Evening Sea #236F55
Tints of Evening Sea #236F55
RGB
CMYK
RGB Variations
Color information
#236F55 (or 0x236F55) is known color: Evening Sea. HEX triplet: 23, 6F and 55. RGB value is (35,111,85). Sum of RGB (Red+Green+Blue) = 35+111+85=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #236F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236F55 is #DC90AA. Grayscale: #555555. Windows color (decimal): -14454955 or 5599011. OLE color: 5599011.
HSL color Cylindrical-coordinate representation of color #236F55: hue angle of 159.47º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #236F55 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 111 | 85 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.56 |
| HSL | 159.47º | 0.52% | 0.29% | - |
| HSV(B) | 159.47º | 0.68% | 0.44% | - |
| XYZ | 8.02 | 12.38 | 10.56 | - |
| YUV | 85.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 111 | 85 | 0.68 | 0 | 0.23 | 0.56 | 159.47 | 0.52 | 0.29 |
| Hex | 23 | 6F | 55 | 44 | 0 | 17 | 38 | 9F | 34 | 1D |
| Octal | 43 | 157 | 125 | 104 | 0 | 27 | 70 | 237 | 64 | 35 |
| Binary | 100011 | 1101111 | 1010101 | 1000100 | 0 | 10111 | 111000 | 10011111 | 110100 | 11101 |
Color Harmonies of #236F55
Complementary color
Monochromatic Colors of #236F55
Black with #236F55
Text Example
Text Example
White with #236F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236F55; }
p { color: rgb(35,111,85); }
H1.HeaderClassName
{
color: #236F55;
}
.AnyTagClassName
{
color: #236F55;
}
</style>
background-color css
<style>
a { background-color: #236F55; }
a { background-color: rgb(35,111,85); }
div.DivClassName
{
background-color: #236F55;
}
.BgClassName
{
background-color: #236F55;
}
</style>
border-color css
<style>
span { border-color: #236F55; }
span { border-color: rgb(35,111,85); }
td.TdClassName
{
border-color: #236F55;
}
.TagClassName
{
border-color: #236F55;
}
</style>