Shades of Lochmara #286699
Tints of Lochmara #286699
RGB
CMYK
RGB Variations
Color information
#286699 (or 0x286699) is known color: Lochmara. HEX triplet: 28, 66 and 99. RGB value is (40,102,153). Sum of RGB (Red+Green+Blue) = 40+102+153=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #286699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286699 is #D79966. Grayscale: #595959. Windows color (decimal): -14129511 or 10053160. OLE color: 10053160.
HSL color Cylindrical-coordinate representation of color #286699: hue angle of 207.08º 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 #286699 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 102 | 153 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.4 |
| HSL | 207.08º | 0.59% | 0.38% | - |
| HSV(B) | 207.08º | 0.74% | 0.6% | - |
| XYZ | 11.38 | 12.25 | 31.9 | - |
| YUV | 89.28 | 163.96 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 153 | 0.74 | 0.33 | 0 | 0.4 | 207.08 | 0.59 | 0.38 |
| Hex | 28 | 66 | 99 | 4A | 21 | 0 | 28 | CF | 3B | 26 |
| Octal | 50 | 146 | 231 | 112 | 41 | 0 | 50 | 317 | 73 | 46 |
| Binary | 101000 | 1100110 | 10011001 | 1001010 | 100001 | 0 | 101000 | 11001111 | 111011 | 100110 |
Color Harmonies of #286699
Complementary color
Monochromatic Colors of #286699
Black with #286699
Text Example
Text Example
White with #286699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286699; }
p { color: rgb(40,102,153); }
H1.HeaderClassName
{
color: #286699;
}
.AnyTagClassName
{
color: #286699;
}
</style>
background-color css
<style>
a { background-color: #286699; }
a { background-color: rgb(40,102,153); }
div.DivClassName
{
background-color: #286699;
}
.BgClassName
{
background-color: #286699;
}
</style>
border-color css
<style>
span { border-color: #286699; }
span { border-color: rgb(40,102,153); }
td.TdClassName
{
border-color: #286699;
}
.TagClassName
{
border-color: #286699;
}
</style>