Shades of Lochmara #286FAE
Tints of Lochmara #286FAE
RGB
CMYK
RGB Variations
Color information
#286FAE (or 0x286FAE) is known color: Lochmara. HEX triplet: 28, 6F and AE. RGB value is (40,111,174). Sum of RGB (Red+Green+Blue) = 40+111+174=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #286FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286FAE is #D79051. Grayscale: #606060. Windows color (decimal): -14127186 or 11431720. OLE color: 11431720.
HSL color Cylindrical-coordinate representation of color #286FAE: hue angle of 208.21º 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 #286FAE is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 111 | 174 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.32 |
| HSL | 208.21º | 0.63% | 0.42% | - |
| HSV(B) | 208.21º | 0.77% | 0.68% | - |
| XYZ | 14.2 | 14.88 | 42.17 | - |
| YUV | 96.95 | 171.48 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 174 | 0.77 | 0.36 | 0 | 0.32 | 208.21 | 0.63 | 0.42 |
| Hex | 28 | 6F | AE | 4D | 24 | 0 | 20 | D0 | 3F | 2A |
| Octal | 50 | 157 | 256 | 115 | 44 | 0 | 40 | 320 | 77 | 52 |
| Binary | 101000 | 1101111 | 10101110 | 1001101 | 100100 | 0 | 100000 | 11010000 | 111111 | 101010 |
Color Harmonies of #286FAE
Complementary color
Monochromatic Colors of #286FAE
Black with #286FAE
Text Example
Text Example
White with #286FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FAE; }
p { color: rgb(40,111,174); }
H1.HeaderClassName
{
color: #286FAE;
}
.AnyTagClassName
{
color: #286FAE;
}
</style>
background-color css
<style>
a { background-color: #286FAE; }
a { background-color: rgb(40,111,174); }
div.DivClassName
{
background-color: #286FAE;
}
.BgClassName
{
background-color: #286FAE;
}
</style>
border-color css
<style>
span { border-color: #286FAE; }
span { border-color: rgb(40,111,174); }
td.TdClassName
{
border-color: #286FAE;
}
.TagClassName
{
border-color: #286FAE;
}
</style>