Shades of Lochmara #286996
Tints of Lochmara #286996
RGB
CMYK
RGB Variations
Color information
#286996 (or 0x286996) is known color: Lochmara. HEX triplet: 28, 69 and 96. RGB value is (40,105,150). Sum of RGB (Red+Green+Blue) = 40+105+150=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #286996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286996 is #D79669. Grayscale: #5A5A5A. Windows color (decimal): -14128746 or 9857320. OLE color: 9857320.
HSL color Cylindrical-coordinate representation of color #286996: hue angle of 204.55º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #286996 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 105 | 150 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.41 |
| HSL | 204.55º | 0.58% | 0.37% | - |
| HSV(B) | 204.55º | 0.73% | 0.59% | - |
| XYZ | 11.43 | 12.76 | 30.71 | - |
| YUV | 90.7 | 161.47 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 150 | 0.73 | 0.30 | 0 | 0.41 | 204.55 | 0.58 | 0.37 |
| Hex | 28 | 69 | 96 | 49 | 1E | 0 | 29 | CD | 3A | 25 |
| Octal | 50 | 151 | 226 | 111 | 36 | 0 | 51 | 315 | 72 | 45 |
| Binary | 101000 | 1101001 | 10010110 | 1001001 | 11110 | 0 | 101001 | 11001101 | 111010 | 100101 |
Color Harmonies of #286996
Complementary color
Monochromatic Colors of #286996
Black with #286996
Text Example
Text Example
White with #286996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286996; }
p { color: rgb(40,105,150); }
H1.HeaderClassName
{
color: #286996;
}
.AnyTagClassName
{
color: #286996;
}
</style>
background-color css
<style>
a { background-color: #286996; }
a { background-color: rgb(40,105,150); }
div.DivClassName
{
background-color: #286996;
}
.BgClassName
{
background-color: #286996;
}
</style>
border-color css
<style>
span { border-color: #286996; }
span { border-color: rgb(40,105,150); }
td.TdClassName
{
border-color: #286996;
}
.TagClassName
{
border-color: #286996;
}
</style>