Shades of Lochmara #286EA4
Tints of Lochmara #286EA4
RGB
CMYK
RGB Variations
Color information
#286EA4 (or 0x286EA4) is known color: Lochmara. HEX triplet: 28, 6E and A4. RGB value is (40,110,164). Sum of RGB (Red+Green+Blue) = 40+110+164=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 164 (64.45% from 255 or 52.23% from 314); Max value from RGB is 164 - color contains mainly: blue. Hex color #286EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286EA4 is #D7915B. Grayscale: #5E5E5E. Windows color (decimal): -14127452 or 10776104. OLE color: 10776104.
HSL color Cylindrical-coordinate representation of color #286EA4: hue angle of 206.13º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #286EA4 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 110 | 164 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.36 |
| HSL | 206.13º | 0.61% | 0.4% | - |
| HSV(B) | 206.13º | 0.76% | 0.64% | - |
| XYZ | 13.15 | 14.28 | 37.19 | - |
| YUV | 95.23 | 166.81 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 164 | 0.76 | 0.33 | 0 | 0.36 | 206.13 | 0.61 | 0.4 |
| Hex | 28 | 6E | A4 | 4C | 21 | 0 | 24 | CE | 3D | 28 |
| Octal | 50 | 156 | 244 | 114 | 41 | 0 | 44 | 316 | 75 | 50 |
| Binary | 101000 | 1101110 | 10100100 | 1001100 | 100001 | 0 | 100100 | 11001110 | 111101 | 101000 |
Color Harmonies of #286EA4
Complementary color
Monochromatic Colors of #286EA4
Black with #286EA4
Text Example
Text Example
White with #286EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286EA4; }
p { color: rgb(40,110,164); }
H1.HeaderClassName
{
color: #286EA4;
}
.AnyTagClassName
{
color: #286EA4;
}
</style>
background-color css
<style>
a { background-color: #286EA4; }
a { background-color: rgb(40,110,164); }
div.DivClassName
{
background-color: #286EA4;
}
.BgClassName
{
background-color: #286EA4;
}
</style>
border-color css
<style>
span { border-color: #286EA4; }
span { border-color: rgb(40,110,164); }
td.TdClassName
{
border-color: #286EA4;
}
.TagClassName
{
border-color: #286EA4;
}
</style>