Shades of Lochmara #286DAE
Tints of Lochmara #286DAE
RGB
CMYK
RGB Variations
Color information
#286DAE (or 0x286DAE) is known color: Lochmara. HEX triplet: 28, 6D and AE. RGB value is (40,109,174). Sum of RGB (Red+Green+Blue) = 40+109+174=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #286DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286DAE is #D79251. Grayscale: #5F5F5F. Windows color (decimal): -14127698 or 11431208. OLE color: 11431208.
HSL color Cylindrical-coordinate representation of color #286DAE: hue angle of 209.1º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #286DAE is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 109 | 174 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.32 |
| HSL | 209.1º | 0.63% | 0.42% | - |
| HSV(B) | 209.1º | 0.77% | 0.68% | - |
| XYZ | 13.98 | 14.44 | 42.1 | - |
| YUV | 95.78 | 172.14 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 174 | 0.77 | 0.37 | 0 | 0.32 | 209.1 | 0.63 | 0.42 |
| Hex | 28 | 6D | AE | 4D | 25 | 0 | 20 | D1 | 3F | 2A |
| Octal | 50 | 155 | 256 | 115 | 45 | 0 | 40 | 321 | 77 | 52 |
| Binary | 101000 | 1101101 | 10101110 | 1001101 | 100101 | 0 | 100000 | 11010001 | 111111 | 101010 |
Color Harmonies of #286DAE
Complementary color
Monochromatic Colors of #286DAE
Black with #286DAE
Text Example
Text Example
White with #286DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286DAE; }
p { color: rgb(40,109,174); }
H1.HeaderClassName
{
color: #286DAE;
}
.AnyTagClassName
{
color: #286DAE;
}
</style>
background-color css
<style>
a { background-color: #286DAE; }
a { background-color: rgb(40,109,174); }
div.DivClassName
{
background-color: #286DAE;
}
.BgClassName
{
background-color: #286DAE;
}
</style>
border-color css
<style>
span { border-color: #286DAE; }
span { border-color: rgb(40,109,174); }
td.TdClassName
{
border-color: #286DAE;
}
.TagClassName
{
border-color: #286DAE;
}
</style>