Shades of Evening Sea #235F4B
Tints of Evening Sea #235F4B
RGB
CMYK
RGB Variations
Color information
#235F4B (or 0x235F4B) is known color: Evening Sea. HEX triplet: 23, 5F and 4B. RGB value is (35,95,75). Sum of RGB (Red+Green+Blue) = 35+95+75=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #235F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235F4B is #DCA0B4. Grayscale: #4A4A4A. Windows color (decimal): -14459061 or 4939555. OLE color: 4939555.
HSL color Cylindrical-coordinate representation of color #235F4B: hue angle of 160º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #235F4B is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 95 | 75 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.63 |
| HSL | 160º | 0.46% | 0.25% | - |
| HSV(B) | 160º | 0.63% | 0.37% | - |
| XYZ | 6.06 | 9.05 | 8.08 | - |
| YUV | 74.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 95 | 75 | 0.63 | 0 | 0.21 | 0.63 | 160 | 0.46 | 0.25 |
| Hex | 23 | 5F | 4B | 3F | 0 | 15 | 3F | A0 | 2E | 19 |
| Octal | 43 | 137 | 113 | 77 | 0 | 25 | 77 | 240 | 56 | 31 |
| Binary | 100011 | 1011111 | 1001011 | 111111 | 0 | 10101 | 111111 | 10100000 | 101110 | 11001 |
Color Harmonies of #235F4B
Complementary color
Monochromatic Colors of #235F4B
Black with #235F4B
Text Example
Text Example
White with #235F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235F4B; }
p { color: rgb(35,95,75); }
H1.HeaderClassName
{
color: #235F4B;
}
.AnyTagClassName
{
color: #235F4B;
}
</style>
background-color css
<style>
a { background-color: #235F4B; }
a { background-color: rgb(35,95,75); }
div.DivClassName
{
background-color: #235F4B;
}
.BgClassName
{
background-color: #235F4B;
}
</style>
border-color css
<style>
span { border-color: #235F4B; }
span { border-color: rgb(35,95,75); }
td.TdClassName
{
border-color: #235F4B;
}
.TagClassName
{
border-color: #235F4B;
}
</style>