Shades of Evening Sea #285F4D
Tints of Evening Sea #285F4D
RGB
CMYK
RGB Variations
Color information
#285F4D (or 0x285F4D) is known color: Evening Sea. HEX triplet: 28, 5F and 4D. RGB value is (40,95,77). Sum of RGB (Red+Green+Blue) = 40+95+77=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 95 - color contains mainly: green. Hex color #285F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F4D is #D7A0B2. Grayscale: #4C4C4C. Windows color (decimal): -14131379 or 5070632. OLE color: 5070632.
HSL color Cylindrical-coordinate representation of color #285F4D: hue angle of 160.36º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285F4D is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 95 | 77 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.63 |
| HSL | 160.36º | 0.41% | 0.26% | - |
| HSV(B) | 160.36º | 0.58% | 0.37% | - |
| XYZ | 6.31 | 9.17 | 8.46 | - |
| YUV | 76.5 | 128.28 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 77 | 0.58 | 0 | 0.19 | 0.63 | 160.36 | 0.41 | 0.26 |
| Hex | 28 | 5F | 4D | 3A | 0 | 13 | 3F | A0 | 29 | 1A |
| Octal | 50 | 137 | 115 | 72 | 0 | 23 | 77 | 240 | 51 | 32 |
| Binary | 101000 | 1011111 | 1001101 | 111010 | 0 | 10011 | 111111 | 10100000 | 101001 | 11010 |
Color Harmonies of #285F4D
Complementary color
Monochromatic Colors of #285F4D
Black with #285F4D
Text Example
Text Example
White with #285F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F4D; }
p { color: rgb(40,95,77); }
H1.HeaderClassName
{
color: #285F4D;
}
.AnyTagClassName
{
color: #285F4D;
}
</style>
background-color css
<style>
a { background-color: #285F4D; }
a { background-color: rgb(40,95,77); }
div.DivClassName
{
background-color: #285F4D;
}
.BgClassName
{
background-color: #285F4D;
}
</style>
border-color css
<style>
span { border-color: #285F4D; }
span { border-color: rgb(40,95,77); }
td.TdClassName
{
border-color: #285F4D;
}
.TagClassName
{
border-color: #285F4D;
}
</style>