Shades of Evening Sea #235C4E
Tints of Evening Sea #235C4E
RGB
CMYK
RGB Variations
Color information
#235C4E (or 0x235C4E) is known color: Evening Sea. HEX triplet: 23, 5C and 4E. RGB value is (35,92,78). Sum of RGB (Red+Green+Blue) = 35+92+78=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #235C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C4E is #DCA3B1. Grayscale: #494949. Windows color (decimal): -14459826 or 5135395. OLE color: 5135395.
HSL color Cylindrical-coordinate representation of color #235C4E: hue angle of 165.26º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235C4E is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 78 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.64 |
| HSL | 165.26º | 0.45% | 0.25% | - |
| HSV(B) | 165.26º | 0.62% | 0.36% | - |
| XYZ | 5.9 | 8.56 | 8.55 | - |
| YUV | 73.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 78 | 0.62 | 0 | 0.15 | 0.64 | 165.26 | 0.45 | 0.25 |
| Hex | 23 | 5C | 4E | 3E | 0 | F | 40 | A5 | 2D | 19 |
| Octal | 43 | 134 | 116 | 76 | 0 | 17 | 100 | 245 | 55 | 31 |
| Binary | 100011 | 1011100 | 1001110 | 111110 | 0 | 1111 | 1000000 | 10100101 | 101101 | 11001 |
Color Harmonies of #235C4E
Complementary color
Monochromatic Colors of #235C4E
Black with #235C4E
Text Example
Text Example
White with #235C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C4E; }
p { color: rgb(35,92,78); }
H1.HeaderClassName
{
color: #235C4E;
}
.AnyTagClassName
{
color: #235C4E;
}
</style>
background-color css
<style>
a { background-color: #235C4E; }
a { background-color: rgb(35,92,78); }
div.DivClassName
{
background-color: #235C4E;
}
.BgClassName
{
background-color: #235C4E;
}
</style>
border-color css
<style>
span { border-color: #235C4E; }
span { border-color: rgb(35,92,78); }
td.TdClassName
{
border-color: #235C4E;
}
.TagClassName
{
border-color: #235C4E;
}
</style>