Shades of Lochmara #287095
Tints of Lochmara #287095
RGB
CMYK
RGB Variations
Color information
#287095 (or 0x287095) is known color: Lochmara. HEX triplet: 28, 70 and 95. RGB value is (40,112,149). Sum of RGB (Red+Green+Blue) = 40+112+149=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #287095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287095 is #D78F6A. Grayscale: #5E5E5E. Windows color (decimal): -14126955 or 9793576. OLE color: 9793576.
HSL color Cylindrical-coordinate representation of color #287095: hue angle of 200.37º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #287095 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 112 | 149 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.42 |
| HSL | 200.37º | 0.58% | 0.37% | - |
| HSV(B) | 200.37º | 0.73% | 0.58% | - |
| XYZ | 12.09 | 14.21 | 30.54 | - |
| YUV | 94.69 | 158.65 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 149 | 0.73 | 0.25 | 0 | 0.42 | 200.37 | 0.58 | 0.37 |
| Hex | 28 | 70 | 95 | 49 | 19 | 0 | 2A | C8 | 3A | 25 |
| Octal | 50 | 160 | 225 | 111 | 31 | 0 | 52 | 310 | 72 | 45 |
| Binary | 101000 | 1110000 | 10010101 | 1001001 | 11001 | 0 | 101010 | 11001000 | 111010 | 100101 |
Color Harmonies of #287095
Complementary color
Monochromatic Colors of #287095
Black with #287095
Text Example
Text Example
White with #287095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287095; }
p { color: rgb(40,112,149); }
H1.HeaderClassName
{
color: #287095;
}
.AnyTagClassName
{
color: #287095;
}
</style>
background-color css
<style>
a { background-color: #287095; }
a { background-color: rgb(40,112,149); }
div.DivClassName
{
background-color: #287095;
}
.BgClassName
{
background-color: #287095;
}
</style>
border-color css
<style>
span { border-color: #287095; }
span { border-color: rgb(40,112,149); }
td.TdClassName
{
border-color: #287095;
}
.TagClassName
{
border-color: #287095;
}
</style>