Shades of Evening Sea #235C4F
Tints of Evening Sea #235C4F
RGB
CMYK
RGB Variations
Color information
#235C4F (or 0x235C4F) is known color: Evening Sea. HEX triplet: 23, 5C and 4F. RGB value is (35,92,79). Sum of RGB (Red+Green+Blue) = 35+92+79=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 92 - color contains mainly: green. Hex color #235C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C4F is #DCA3B0. Grayscale: #494949. Windows color (decimal): -14459825 or 5200931. OLE color: 5200931.
HSL color Cylindrical-coordinate representation of color #235C4F: hue angle of 166.32º 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 #235C4F is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 79 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.64 |
| HSL | 166.32º | 0.45% | 0.25% | - |
| HSV(B) | 166.32º | 0.62% | 0.36% | - |
| XYZ | 5.93 | 8.58 | 8.74 | - |
| YUV | 73.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 79 | 0.62 | 0 | 0.14 | 0.64 | 166.32 | 0.45 | 0.25 |
| Hex | 23 | 5C | 4F | 3E | 0 | E | 40 | A6 | 2D | 19 |
| Octal | 43 | 134 | 117 | 76 | 0 | 16 | 100 | 246 | 55 | 31 |
| Binary | 100011 | 1011100 | 1001111 | 111110 | 0 | 1110 | 1000000 | 10100110 | 101101 | 11001 |
Color Harmonies of #235C4F
Complementary color
Monochromatic Colors of #235C4F
Black with #235C4F
Text Example
Text Example
White with #235C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C4F; }
p { color: rgb(35,92,79); }
H1.HeaderClassName
{
color: #235C4F;
}
.AnyTagClassName
{
color: #235C4F;
}
</style>
background-color css
<style>
a { background-color: #235C4F; }
a { background-color: rgb(35,92,79); }
div.DivClassName
{
background-color: #235C4F;
}
.BgClassName
{
background-color: #235C4F;
}
</style>
border-color css
<style>
span { border-color: #235C4F; }
span { border-color: rgb(35,92,79); }
td.TdClassName
{
border-color: #235C4F;
}
.TagClassName
{
border-color: #235C4F;
}
</style>