Shades of Evening Sea #235C4B
Tints of Evening Sea #235C4B
RGB
CMYK
RGB Variations
Color information
#235C4B (or 0x235C4B) is known color: Evening Sea. HEX triplet: 23, 5C and 4B. RGB value is (35,92,75). Sum of RGB (Red+Green+Blue) = 35+92+75=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #235C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235C4B is #DCA3B4. Grayscale: #494949. Windows color (decimal): -14459829 or 4938787. OLE color: 4938787.
HSL color Cylindrical-coordinate representation of color #235C4B: hue angle of 162.11º 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 #235C4B is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 75 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.64 |
| HSL | 162.11º | 0.45% | 0.25% | - |
| HSV(B) | 162.11º | 0.62% | 0.36% | - |
| XYZ | 5.79 | 8.52 | 8 | - |
| YUV | 73.02 | 129.12 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 75 | 0.62 | 0 | 0.18 | 0.64 | 162.11 | 0.45 | 0.25 |
| Hex | 23 | 5C | 4B | 3E | 0 | 12 | 40 | A2 | 2D | 19 |
| Octal | 43 | 134 | 113 | 76 | 0 | 22 | 100 | 242 | 55 | 31 |
| Binary | 100011 | 1011100 | 1001011 | 111110 | 0 | 10010 | 1000000 | 10100010 | 101101 | 11001 |
Color Harmonies of #235C4B
Complementary color
Monochromatic Colors of #235C4B
Black with #235C4B
Text Example
Text Example
White with #235C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C4B; }
p { color: rgb(35,92,75); }
H1.HeaderClassName
{
color: #235C4B;
}
.AnyTagClassName
{
color: #235C4B;
}
</style>
background-color css
<style>
a { background-color: #235C4B; }
a { background-color: rgb(35,92,75); }
div.DivClassName
{
background-color: #235C4B;
}
.BgClassName
{
background-color: #235C4B;
}
</style>
border-color css
<style>
span { border-color: #235C4B; }
span { border-color: rgb(35,92,75); }
td.TdClassName
{
border-color: #235C4B;
}
.TagClassName
{
border-color: #235C4B;
}
</style>