Shades of Lochmara #286EAE
Tints of Lochmara #286EAE
RGB
CMYK
RGB Variations
Color information
#286EAE (or 0x286EAE) is known color: Lochmara. HEX triplet: 28, 6E and AE. RGB value is (40,110,174). Sum of RGB (Red+Green+Blue) = 40+110+174=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #286EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286EAE is #D79151. Grayscale: #606060. Windows color (decimal): -14127442 or 11431464. OLE color: 11431464.
HSL color Cylindrical-coordinate representation of color #286EAE: hue angle of 208.66º 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 #286EAE is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 110 | 174 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.32 |
| HSL | 208.66º | 0.63% | 0.42% | - |
| HSV(B) | 208.66º | 0.77% | 0.68% | - |
| XYZ | 14.09 | 14.66 | 42.13 | - |
| YUV | 96.37 | 171.81 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 174 | 0.77 | 0.37 | 0 | 0.32 | 208.66 | 0.63 | 0.42 |
| Hex | 28 | 6E | AE | 4D | 25 | 0 | 20 | D1 | 3F | 2A |
| Octal | 50 | 156 | 256 | 115 | 45 | 0 | 40 | 321 | 77 | 52 |
| Binary | 101000 | 1101110 | 10101110 | 1001101 | 100101 | 0 | 100000 | 11010001 | 111111 | 101010 |
Color Harmonies of #286EAE
Complementary color
Monochromatic Colors of #286EAE
Black with #286EAE
Text Example
Text Example
White with #286EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286EAE; }
p { color: rgb(40,110,174); }
H1.HeaderClassName
{
color: #286EAE;
}
.AnyTagClassName
{
color: #286EAE;
}
</style>
background-color css
<style>
a { background-color: #286EAE; }
a { background-color: rgb(40,110,174); }
div.DivClassName
{
background-color: #286EAE;
}
.BgClassName
{
background-color: #286EAE;
}
</style>
border-color css
<style>
span { border-color: #286EAE; }
span { border-color: rgb(40,110,174); }
td.TdClassName
{
border-color: #286EAE;
}
.TagClassName
{
border-color: #286EAE;
}
</style>