Shades of Evening Sea #1E5648
Tints of Evening Sea #1E5648
RGB
CMYK
RGB Variations
Color information
#1E5648 (or 0x1E5648) is known color: Evening Sea. HEX triplet: 1E, 56 and 48. RGB value is (30,86,72). Sum of RGB (Red+Green+Blue) = 30+86+72=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 86 - color contains mainly: green. Hex color #1E5648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5648 is #E1A9B7. Grayscale: #434343. Windows color (decimal): -14789048 or 4740638. OLE color: 4740638.
HSL color Cylindrical-coordinate representation of color #1E5648: hue angle of 165º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E5648 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 30 | 86 | 72 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.66 |
| HSL | 165º | 0.48% | 0.23% | - |
| HSV(B) | 165º | 0.65% | 0.34% | - |
| XYZ | 5.03 | 7.4 | 7.29 | - |
| YUV | 67.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 86 | 72 | 0.65 | 0 | 0.16 | 0.66 | 165 | 0.48 | 0.23 |
| Hex | 1E | 56 | 48 | 41 | 0 | 10 | 42 | A5 | 30 | 17 |
| Octal | 36 | 126 | 110 | 101 | 0 | 20 | 102 | 245 | 60 | 27 |
| Binary | 11110 | 1010110 | 1001000 | 1000001 | 0 | 10000 | 1000010 | 10100101 | 110000 | 10111 |
Color Harmonies of #1E5648
Complementary color
Monochromatic Colors of #1E5648
Black with #1E5648
Text Example
Text Example
White with #1E5648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5648; }
p { color: rgb(30,86,72); }
H1.HeaderClassName
{
color: #1E5648;
}
.AnyTagClassName
{
color: #1E5648;
}
</style>
background-color css
<style>
a { background-color: #1E5648; }
a { background-color: rgb(30,86,72); }
div.DivClassName
{
background-color: #1E5648;
}
.BgClassName
{
background-color: #1E5648;
}
</style>
border-color css
<style>
span { border-color: #1E5648; }
span { border-color: rgb(30,86,72); }
td.TdClassName
{
border-color: #1E5648;
}
.TagClassName
{
border-color: #1E5648;
}
</style>