Shades of Evening Sea #285B4B
Tints of Evening Sea #285B4B
RGB
CMYK
RGB Variations
Color information
#285B4B (or 0x285B4B) is known color: Evening Sea. HEX triplet: 28, 5B and 4B. RGB value is (40,91,75). Sum of RGB (Red+Green+Blue) = 40+91+75=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 91 - color contains mainly: green. Hex color #285B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285B4B is #D7A4B4. Grayscale: #494949. Windows color (decimal): -14132405 or 4938536. OLE color: 4938536.
HSL color Cylindrical-coordinate representation of color #285B4B: hue angle of 161.18º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285B4B is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 91 | 75 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.64 |
| HSL | 161.18º | 0.39% | 0.26% | - |
| HSV(B) | 161.18º | 0.56% | 0.36% | - |
| XYZ | 5.89 | 8.44 | 7.98 | - |
| YUV | 73.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 75 | 0.56 | 0 | 0.18 | 0.64 | 161.18 | 0.39 | 0.26 |
| Hex | 28 | 5B | 4B | 38 | 0 | 12 | 40 | A1 | 27 | 1A |
| Octal | 50 | 133 | 113 | 70 | 0 | 22 | 100 | 241 | 47 | 32 |
| Binary | 101000 | 1011011 | 1001011 | 111000 | 0 | 10010 | 1000000 | 10100001 | 100111 | 11010 |
Color Harmonies of #285B4B
Complementary color
Monochromatic Colors of #285B4B
Black with #285B4B
Text Example
Text Example
White with #285B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B4B; }
p { color: rgb(40,91,75); }
H1.HeaderClassName
{
color: #285B4B;
}
.AnyTagClassName
{
color: #285B4B;
}
</style>
background-color css
<style>
a { background-color: #285B4B; }
a { background-color: rgb(40,91,75); }
div.DivClassName
{
background-color: #285B4B;
}
.BgClassName
{
background-color: #285B4B;
}
</style>
border-color css
<style>
span { border-color: #285B4B; }
span { border-color: rgb(40,91,75); }
td.TdClassName
{
border-color: #285B4B;
}
.TagClassName
{
border-color: #285B4B;
}
</style>