Shades of Evening Sea #285A4F
Tints of Evening Sea #285A4F
RGB
CMYK
RGB Variations
Color information
#285A4F (or 0x285A4F) is known color: Evening Sea. HEX triplet: 28, 5A and 4F. RGB value is (40,90,79). Sum of RGB (Red+Green+Blue) = 40+90+79=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #285A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A4F is #D7A5B0. Grayscale: #494949. Windows color (decimal): -14132657 or 5200424. OLE color: 5200424.
HSL color Cylindrical-coordinate representation of color #285A4F: hue angle of 166.8º 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 #285A4F is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 90 | 79 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.65 |
| HSL | 166.8º | 0.38% | 0.25% | - |
| HSV(B) | 166.8º | 0.56% | 0.35% | - |
| XYZ | 5.94 | 8.33 | 8.69 | - |
| YUV | 73.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 79 | 0.56 | 0 | 0.12 | 0.65 | 166.8 | 0.38 | 0.25 |
| Hex | 28 | 5A | 4F | 38 | 0 | C | 41 | A7 | 26 | 19 |
| Octal | 50 | 132 | 117 | 70 | 0 | 14 | 101 | 247 | 46 | 31 |
| Binary | 101000 | 1011010 | 1001111 | 111000 | 0 | 1100 | 1000001 | 10100111 | 100110 | 11001 |
Color Harmonies of #285A4F
Complementary color
Monochromatic Colors of #285A4F
Black with #285A4F
Text Example
Text Example
White with #285A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A4F; }
p { color: rgb(40,90,79); }
H1.HeaderClassName
{
color: #285A4F;
}
.AnyTagClassName
{
color: #285A4F;
}
</style>
background-color css
<style>
a { background-color: #285A4F; }
a { background-color: rgb(40,90,79); }
div.DivClassName
{
background-color: #285A4F;
}
.BgClassName
{
background-color: #285A4F;
}
</style>
border-color css
<style>
span { border-color: #285A4F; }
span { border-color: rgb(40,90,79); }
td.TdClassName
{
border-color: #285A4F;
}
.TagClassName
{
border-color: #285A4F;
}
</style>