Shades of Lochmara #286599
Tints of Lochmara #286599
RGB
CMYK
RGB Variations
Color information
#286599 (or 0x286599) is known color: Lochmara. HEX triplet: 28, 65 and 99. RGB value is (40,101,153). Sum of RGB (Red+Green+Blue) = 40+101+153=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #286599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286599 is #D79A66. Grayscale: #585858. Windows color (decimal): -14129767 or 10052904. OLE color: 10052904.
HSL color Cylindrical-coordinate representation of color #286599: hue angle of 207.61º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #286599 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 101 | 153 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.4 |
| HSL | 207.61º | 0.59% | 0.38% | - |
| HSV(B) | 207.61º | 0.74% | 0.6% | - |
| XYZ | 11.28 | 12.06 | 31.87 | - |
| YUV | 88.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 153 | 0.74 | 0.34 | 0 | 0.4 | 207.61 | 0.59 | 0.38 |
| Hex | 28 | 65 | 99 | 4A | 22 | 0 | 28 | D0 | 3B | 26 |
| Octal | 50 | 145 | 231 | 112 | 42 | 0 | 50 | 320 | 73 | 46 |
| Binary | 101000 | 1100101 | 10011001 | 1001010 | 100010 | 0 | 101000 | 11010000 | 111011 | 100110 |
Color Harmonies of #286599
Complementary color
Monochromatic Colors of #286599
Black with #286599
Text Example
Text Example
White with #286599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286599; }
p { color: rgb(40,101,153); }
H1.HeaderClassName
{
color: #286599;
}
.AnyTagClassName
{
color: #286599;
}
</style>
background-color css
<style>
a { background-color: #286599; }
a { background-color: rgb(40,101,153); }
div.DivClassName
{
background-color: #286599;
}
.BgClassName
{
background-color: #286599;
}
</style>
border-color css
<style>
span { border-color: #286599; }
span { border-color: rgb(40,101,153); }
td.TdClassName
{
border-color: #286599;
}
.TagClassName
{
border-color: #286599;
}
</style>