Shades of Eden #235C52
Tints of Eden #235C52
RGB
CMYK
RGB Variations
Color information
#235C52 (or 0x235C52) is known color: Eden. HEX triplet: 23, 5C and 52. RGB value is (35,92,82). Sum of RGB (Red+Green+Blue) = 35+92+82=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #235C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C52 is #DCA3AD. Grayscale: #494949. Windows color (decimal): -14459822 or 5397539. OLE color: 5397539.
HSL color Cylindrical-coordinate representation of color #235C52: hue angle of 169.47º 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 #235C52 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 82 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.64 |
| HSL | 169.47º | 0.45% | 0.25% | - |
| HSV(B) | 169.47º | 0.62% | 0.36% | - |
| XYZ | 6.04 | 8.62 | 9.33 | - |
| YUV | 73.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 82 | 0.62 | 0 | 0.11 | 0.64 | 169.47 | 0.45 | 0.25 |
| Hex | 23 | 5C | 52 | 3E | 0 | B | 40 | A9 | 2D | 19 |
| Octal | 43 | 134 | 122 | 76 | 0 | 13 | 100 | 251 | 55 | 31 |
| Binary | 100011 | 1011100 | 1010010 | 111110 | 0 | 1011 | 1000000 | 10101001 | 101101 | 11001 |
Color Harmonies of #235C52
Complementary color
Monochromatic Colors of #235C52
Black with #235C52
Text Example
Text Example
White with #235C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C52; }
p { color: rgb(35,92,82); }
H1.HeaderClassName
{
color: #235C52;
}
.AnyTagClassName
{
color: #235C52;
}
</style>
background-color css
<style>
a { background-color: #235C52; }
a { background-color: rgb(35,92,82); }
div.DivClassName
{
background-color: #235C52;
}
.BgClassName
{
background-color: #235C52;
}
</style>
border-color css
<style>
span { border-color: #235C52; }
span { border-color: rgb(35,92,82); }
td.TdClassName
{
border-color: #235C52;
}
.TagClassName
{
border-color: #235C52;
}
</style>