Shades of Lochmara #286AAC
Tints of Lochmara #286AAC
RGB
CMYK
RGB Variations
Color information
#286AAC (or 0x286AAC) is known color: Lochmara. HEX triplet: 28, 6A and AC. RGB value is (40,106,172). Sum of RGB (Red+Green+Blue) = 40+106+172=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #286AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286AAC is #D79553. Grayscale: #5D5D5D. Windows color (decimal): -14128468 or 11299368. OLE color: 11299368.
HSL color Cylindrical-coordinate representation of color #286AAC: hue angle of 210º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #286AAC is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 106 | 172 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.33 |
| HSL | 210º | 0.62% | 0.42% | - |
| HSV(B) | 210º | 0.77% | 0.67% | - |
| XYZ | 13.48 | 13.74 | 40.97 | - |
| YUV | 93.79 | 172.13 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 172 | 0.77 | 0.38 | 0 | 0.33 | 210 | 0.62 | 0.42 |
| Hex | 28 | 6A | AC | 4D | 26 | 0 | 21 | D2 | 3E | 2A |
| Octal | 50 | 152 | 254 | 115 | 46 | 0 | 41 | 322 | 76 | 52 |
| Binary | 101000 | 1101010 | 10101100 | 1001101 | 100110 | 0 | 100001 | 11010010 | 111110 | 101010 |
Color Harmonies of #286AAC
Complementary color
Monochromatic Colors of #286AAC
Black with #286AAC
Text Example
Text Example
White with #286AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286AAC; }
p { color: rgb(40,106,172); }
H1.HeaderClassName
{
color: #286AAC;
}
.AnyTagClassName
{
color: #286AAC;
}
</style>
background-color css
<style>
a { background-color: #286AAC; }
a { background-color: rgb(40,106,172); }
div.DivClassName
{
background-color: #286AAC;
}
.BgClassName
{
background-color: #286AAC;
}
</style>
border-color css
<style>
span { border-color: #286AAC; }
span { border-color: rgb(40,106,172); }
td.TdClassName
{
border-color: #286AAC;
}
.TagClassName
{
border-color: #286AAC;
}
</style>