Shades of Evening Sea #235C4A
Tints of Evening Sea #235C4A
RGB
CMYK
RGB Variations
Color information
#235C4A (or 0x235C4A) is known color: Evening Sea. HEX triplet: 23, 5C and 4A. RGB value is (35,92,74). Sum of RGB (Red+Green+Blue) = 35+92+74=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 92 - color contains mainly: green. Hex color #235C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235C4A is #DCA3B5. Grayscale: #484848. Windows color (decimal): -14459830 or 4873251. OLE color: 4873251.
HSL color Cylindrical-coordinate representation of color #235C4A: hue angle of 161.05º 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 #235C4A is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 74 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.64 |
| HSL | 161.05º | 0.45% | 0.25% | - |
| HSV(B) | 161.05º | 0.62% | 0.36% | - |
| XYZ | 5.76 | 8.51 | 7.82 | - |
| YUV | 72.91 | 128.62 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 74 | 0.62 | 0 | 0.20 | 0.64 | 161.05 | 0.45 | 0.25 |
| Hex | 23 | 5C | 4A | 3E | 0 | 14 | 40 | A1 | 2D | 19 |
| Octal | 43 | 134 | 112 | 76 | 0 | 24 | 100 | 241 | 55 | 31 |
| Binary | 100011 | 1011100 | 1001010 | 111110 | 0 | 10100 | 1000000 | 10100001 | 101101 | 11001 |
Color Harmonies of #235C4A
Complementary color
Monochromatic Colors of #235C4A
Black with #235C4A
Text Example
Text Example
White with #235C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C4A; }
p { color: rgb(35,92,74); }
H1.HeaderClassName
{
color: #235C4A;
}
.AnyTagClassName
{
color: #235C4A;
}
</style>
background-color css
<style>
a { background-color: #235C4A; }
a { background-color: rgb(35,92,74); }
div.DivClassName
{
background-color: #235C4A;
}
.BgClassName
{
background-color: #235C4A;
}
</style>
border-color css
<style>
span { border-color: #235C4A; }
span { border-color: rgb(35,92,74); }
td.TdClassName
{
border-color: #235C4A;
}
.TagClassName
{
border-color: #235C4A;
}
</style>