Shades of Evening Sea #245F4E
Tints of Evening Sea #245F4E
RGB
CMYK
RGB Variations
Color information
#245F4E (or 0x245F4E) is known color: Evening Sea. HEX triplet: 24, 5F and 4E. RGB value is (36,95,78). Sum of RGB (Red+Green+Blue) = 36+95+78=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #245F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F4E is #DBA0B1. Grayscale: #4B4B4B. Windows color (decimal): -14393522 or 5136164. OLE color: 5136164.
HSL color Cylindrical-coordinate representation of color #245F4E: hue angle of 162.71º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245F4E is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 95 | 78 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.63 |
| HSL | 162.71º | 0.45% | 0.26% | - |
| HSV(B) | 162.71º | 0.62% | 0.37% | - |
| XYZ | 6.19 | 9.11 | 8.64 | - |
| YUV | 75.42 | 129.45 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 78 | 0.62 | 0 | 0.18 | 0.63 | 162.71 | 0.45 | 0.26 |
| Hex | 24 | 5F | 4E | 3E | 0 | 12 | 3F | A3 | 2D | 1A |
| Octal | 44 | 137 | 116 | 76 | 0 | 22 | 77 | 243 | 55 | 32 |
| Binary | 100100 | 1011111 | 1001110 | 111110 | 0 | 10010 | 111111 | 10100011 | 101101 | 11010 |
Color Harmonies of #245F4E
Complementary color
Monochromatic Colors of #245F4E
Black with #245F4E
Text Example
Text Example
White with #245F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F4E; }
p { color: rgb(36,95,78); }
H1.HeaderClassName
{
color: #245F4E;
}
.AnyTagClassName
{
color: #245F4E;
}
</style>
background-color css
<style>
a { background-color: #245F4E; }
a { background-color: rgb(36,95,78); }
div.DivClassName
{
background-color: #245F4E;
}
.BgClassName
{
background-color: #245F4E;
}
</style>
border-color css
<style>
span { border-color: #245F4E; }
span { border-color: rgb(36,95,78); }
td.TdClassName
{
border-color: #245F4E;
}
.TagClassName
{
border-color: #245F4E;
}
</style>