Shades of Evening Sea #285A4E
Tints of Evening Sea #285A4E
RGB
CMYK
RGB Variations
Color information
#285A4E (or 0x285A4E) is known color: Evening Sea. HEX triplet: 28, 5A and 4E. RGB value is (40,90,78). Sum of RGB (Red+Green+Blue) = 40+90+78=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #285A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A4E is #D7A5B1. Grayscale: #494949. Windows color (decimal): -14132658 or 5134888. OLE color: 5134888.
HSL color Cylindrical-coordinate representation of color #285A4E: hue angle of 165.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285A4E is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 90 | 78 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.65 |
| HSL | 165.6º | 0.38% | 0.25% | - |
| HSV(B) | 165.6º | 0.56% | 0.35% | - |
| XYZ | 5.91 | 8.31 | 8.5 | - |
| YUV | 73.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 78 | 0.56 | 0 | 0.13 | 0.65 | 165.6 | 0.38 | 0.25 |
| Hex | 28 | 5A | 4E | 38 | 0 | D | 41 | A6 | 26 | 19 |
| Octal | 50 | 132 | 116 | 70 | 0 | 15 | 101 | 246 | 46 | 31 |
| Binary | 101000 | 1011010 | 1001110 | 111000 | 0 | 1101 | 1000001 | 10100110 | 100110 | 11001 |
Color Harmonies of #285A4E
Complementary color
Monochromatic Colors of #285A4E
Black with #285A4E
Text Example
Text Example
White with #285A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A4E; }
p { color: rgb(40,90,78); }
H1.HeaderClassName
{
color: #285A4E;
}
.AnyTagClassName
{
color: #285A4E;
}
</style>
background-color css
<style>
a { background-color: #285A4E; }
a { background-color: rgb(40,90,78); }
div.DivClassName
{
background-color: #285A4E;
}
.BgClassName
{
background-color: #285A4E;
}
</style>
border-color css
<style>
span { border-color: #285A4E; }
span { border-color: rgb(40,90,78); }
td.TdClassName
{
border-color: #285A4E;
}
.TagClassName
{
border-color: #285A4E;
}
</style>