Shades of Evening Sea #30574E
Tints of Evening Sea #30574E
RGB
CMYK
RGB Variations
Color information
#30574E (or 0x30574E) is known color: Evening Sea. HEX triplet: 30, 57 and 4E. RGB value is (48,87,78). Sum of RGB (Red+Green+Blue) = 48+87+78=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 87 - color contains mainly: green. Hex color #30574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30574E is #CFA8B1. Grayscale: #4A4A4A. Windows color (decimal): -13609138 or 5134128. OLE color: 5134128.
HSL color Cylindrical-coordinate representation of color #30574E: hue angle of 166.15º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #30574E is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 87 | 78 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.66 |
| HSL | 166.15º | 0.29% | 0.26% | - |
| HSV(B) | 166.15º | 0.45% | 0.34% | - |
| XYZ | 6 | 7.99 | 8.43 | - |
| YUV | 74.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 87 | 78 | 0.45 | 0 | 0.10 | 0.66 | 166.15 | 0.29 | 0.26 |
| Hex | 30 | 57 | 4E | 2D | 0 | A | 42 | A6 | 1D | 1A |
| Octal | 60 | 127 | 116 | 55 | 0 | 12 | 102 | 246 | 35 | 32 |
| Binary | 110000 | 1010111 | 1001110 | 101101 | 0 | 1010 | 1000010 | 10100110 | 11101 | 11010 |
Color Harmonies of #30574E
Complementary color
Monochromatic Colors of #30574E
Black with #30574E
Text Example
Text Example
White with #30574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30574E; }
p { color: rgb(48,87,78); }
H1.HeaderClassName
{
color: #30574E;
}
.AnyTagClassName
{
color: #30574E;
}
</style>
background-color css
<style>
a { background-color: #30574E; }
a { background-color: rgb(48,87,78); }
div.DivClassName
{
background-color: #30574E;
}
.BgClassName
{
background-color: #30574E;
}
</style>
border-color css
<style>
span { border-color: #30574E; }
span { border-color: rgb(48,87,78); }
td.TdClassName
{
border-color: #30574E;
}
.TagClassName
{
border-color: #30574E;
}
</style>