Shades of Evening Sea #245B4E
Tints of Evening Sea #245B4E
RGB
CMYK
RGB Variations
Color information
#245B4E (or 0x245B4E) is known color: Evening Sea. HEX triplet: 24, 5B and 4E. RGB value is (36,91,78). Sum of RGB (Red+Green+Blue) = 36+91+78=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 91 - color contains mainly: green. Hex color #245B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B4E is #DBA4B1. Grayscale: #494949. Windows color (decimal): -14394546 or 5135140. OLE color: 5135140.
HSL color Cylindrical-coordinate representation of color #245B4E: hue angle of 165.82º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245B4E is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 91 | 78 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.64 |
| HSL | 165.82º | 0.43% | 0.25% | - |
| HSV(B) | 165.82º | 0.6% | 0.36% | - |
| XYZ | 5.84 | 8.41 | 8.52 | - |
| YUV | 73.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 78 | 0.60 | 0 | 0.14 | 0.64 | 165.82 | 0.43 | 0.25 |
| Hex | 24 | 5B | 4E | 3C | 0 | E | 40 | A6 | 2B | 19 |
| Octal | 44 | 133 | 116 | 74 | 0 | 16 | 100 | 246 | 53 | 31 |
| Binary | 100100 | 1011011 | 1001110 | 111100 | 0 | 1110 | 1000000 | 10100110 | 101011 | 11001 |
Color Harmonies of #245B4E
Complementary color
Monochromatic Colors of #245B4E
Black with #245B4E
Text Example
Text Example
White with #245B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B4E; }
p { color: rgb(36,91,78); }
H1.HeaderClassName
{
color: #245B4E;
}
.AnyTagClassName
{
color: #245B4E;
}
</style>
background-color css
<style>
a { background-color: #245B4E; }
a { background-color: rgb(36,91,78); }
div.DivClassName
{
background-color: #245B4E;
}
.BgClassName
{
background-color: #245B4E;
}
</style>
border-color css
<style>
span { border-color: #245B4E; }
span { border-color: rgb(36,91,78); }
td.TdClassName
{
border-color: #245B4E;
}
.TagClassName
{
border-color: #245B4E;
}
</style>