Shades of Eden #235C58
Tints of Eden #235C58
RGB
CMYK
RGB Variations
Color information
#235C58 (or 0x235C58) is known color: Eden. HEX triplet: 23, 5C and 58. RGB value is (35,92,88). Sum of RGB (Red+Green+Blue) = 35+92+88=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 92 - color contains mainly: green. Hex color #235C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C58 is #DCA3A7. Grayscale: #4A4A4A. Windows color (decimal): -14459816 or 5790755. OLE color: 5790755.
HSL color Cylindrical-coordinate representation of color #235C58: hue angle of 175.79º 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 #235C58 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 88 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.64 |
| HSL | 175.79º | 0.45% | 0.25% | - |
| HSV(B) | 175.79º | 0.62% | 0.36% | - |
| XYZ | 6.28 | 8.72 | 10.58 | - |
| YUV | 74.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 88 | 0.62 | 0 | 0.04 | 0.64 | 175.79 | 0.45 | 0.25 |
| Hex | 23 | 5C | 58 | 3E | 0 | 4 | 40 | B0 | 2D | 19 |
| Octal | 43 | 134 | 130 | 76 | 0 | 4 | 100 | 260 | 55 | 31 |
| Binary | 100011 | 1011100 | 1011000 | 111110 | 0 | 100 | 1000000 | 10110000 | 101101 | 11001 |
Color Harmonies of #235C58
Complementary color
Monochromatic Colors of #235C58
Black with #235C58
Text Example
Text Example
White with #235C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C58; }
p { color: rgb(35,92,88); }
H1.HeaderClassName
{
color: #235C58;
}
.AnyTagClassName
{
color: #235C58;
}
</style>
background-color css
<style>
a { background-color: #235C58; }
a { background-color: rgb(35,92,88); }
div.DivClassName
{
background-color: #235C58;
}
.BgClassName
{
background-color: #235C58;
}
</style>
border-color css
<style>
span { border-color: #235C58; }
span { border-color: rgb(35,92,88); }
td.TdClassName
{
border-color: #235C58;
}
.TagClassName
{
border-color: #235C58;
}
</style>