Shades of Evening Sea #286F51
Tints of Evening Sea #286F51
RGB
CMYK
RGB Variations
Color information
#286F51 (or 0x286F51) is known color: Evening Sea. HEX triplet: 28, 6F and 51. RGB value is (40,111,81). Sum of RGB (Red+Green+Blue) = 40+111+81=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #286F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286F51 is #D790AE. Grayscale: #565656. Windows color (decimal): -14127279 or 5336872. OLE color: 5336872.
HSL color Cylindrical-coordinate representation of color #286F51: hue angle of 154.65º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286F51 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 111 | 81 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.56 |
| HSL | 154.65º | 0.47% | 0.3% | - |
| HSV(B) | 154.65º | 0.64% | 0.44% | - |
| XYZ | 8.04 | 12.41 | 9.76 | - |
| YUV | 86.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 81 | 0.64 | 0 | 0.27 | 0.56 | 154.65 | 0.47 | 0.3 |
| Hex | 28 | 6F | 51 | 40 | 0 | 1B | 38 | 9B | 2F | 1E |
| Octal | 50 | 157 | 121 | 100 | 0 | 33 | 70 | 233 | 57 | 36 |
| Binary | 101000 | 1101111 | 1010001 | 1000000 | 0 | 11011 | 111000 | 10011011 | 101111 | 11110 |
Color Harmonies of #286F51
Complementary color
Monochromatic Colors of #286F51
Black with #286F51
Text Example
Text Example
White with #286F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286F51; }
p { color: rgb(40,111,81); }
H1.HeaderClassName
{
color: #286F51;
}
.AnyTagClassName
{
color: #286F51;
}
</style>
background-color css
<style>
a { background-color: #286F51; }
a { background-color: rgb(40,111,81); }
div.DivClassName
{
background-color: #286F51;
}
.BgClassName
{
background-color: #286F51;
}
</style>
border-color css
<style>
span { border-color: #286F51; }
span { border-color: rgb(40,111,81); }
td.TdClassName
{
border-color: #286F51;
}
.TagClassName
{
border-color: #286F51;
}
</style>