Shades of Lochmara #286BAD
Tints of Lochmara #286BAD
RGB
CMYK
RGB Variations
Color information
#286BAD (or 0x286BAD) is known color: Lochmara. HEX triplet: 28, 6B and AD. RGB value is (40,107,173). Sum of RGB (Red+Green+Blue) = 40+107+173=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #286BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286BAD is #D79452. Grayscale: #5E5E5E. Windows color (decimal): -14128211 or 11365160. OLE color: 11365160.
HSL color Cylindrical-coordinate representation of color #286BAD: hue angle of 209.77º degrees, saturation: 0.62, 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 #286BAD is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 107 | 173 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.32 |
| HSL | 209.77º | 0.62% | 0.42% | - |
| HSV(B) | 209.77º | 0.77% | 0.68% | - |
| XYZ | 13.68 | 13.98 | 41.51 | - |
| YUV | 94.49 | 172.3 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 173 | 0.77 | 0.38 | 0 | 0.32 | 209.77 | 0.62 | 0.42 |
| Hex | 28 | 6B | AD | 4D | 26 | 0 | 20 | D2 | 3E | 2A |
| Octal | 50 | 153 | 255 | 115 | 46 | 0 | 40 | 322 | 76 | 52 |
| Binary | 101000 | 1101011 | 10101101 | 1001101 | 100110 | 0 | 100000 | 11010010 | 111110 | 101010 |
Color Harmonies of #286BAD
Complementary color
Monochromatic Colors of #286BAD
Black with #286BAD
Text Example
Text Example
White with #286BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BAD; }
p { color: rgb(40,107,173); }
H1.HeaderClassName
{
color: #286BAD;
}
.AnyTagClassName
{
color: #286BAD;
}
</style>
background-color css
<style>
a { background-color: #286BAD; }
a { background-color: rgb(40,107,173); }
div.DivClassName
{
background-color: #286BAD;
}
.BgClassName
{
background-color: #286BAD;
}
</style>
border-color css
<style>
span { border-color: #286BAD; }
span { border-color: rgb(40,107,173); }
td.TdClassName
{
border-color: #286BAD;
}
.TagClassName
{
border-color: #286BAD;
}
</style>