Shades of Lochmara #286BAA
Tints of Lochmara #286BAA
RGB
CMYK
RGB Variations
Color information
#286BAA (or 0x286BAA) is known color: Lochmara. HEX triplet: 28, 6B and AA. RGB value is (40,107,170). Sum of RGB (Red+Green+Blue) = 40+107+170=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #286BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286BAA is #D79455. Grayscale: #5D5D5D. Windows color (decimal): -14128214 or 11168552. OLE color: 11168552.
HSL color Cylindrical-coordinate representation of color #286BAA: hue angle of 209.08º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #286BAA is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 107 | 170 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.33 |
| HSL | 209.08º | 0.62% | 0.41% | - |
| HSV(B) | 209.08º | 0.76% | 0.67% | - |
| XYZ | 13.39 | 13.87 | 40 | - |
| YUV | 94.15 | 170.8 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 170 | 0.76 | 0.37 | 0 | 0.33 | 209.08 | 0.62 | 0.41 |
| Hex | 28 | 6B | AA | 4C | 25 | 0 | 21 | D1 | 3E | 29 |
| Octal | 50 | 153 | 252 | 114 | 45 | 0 | 41 | 321 | 76 | 51 |
| Binary | 101000 | 1101011 | 10101010 | 1001100 | 100101 | 0 | 100001 | 11010001 | 111110 | 101001 |
Color Harmonies of #286BAA
Complementary color
Monochromatic Colors of #286BAA
Black with #286BAA
Text Example
Text Example
White with #286BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BAA; }
p { color: rgb(40,107,170); }
H1.HeaderClassName
{
color: #286BAA;
}
.AnyTagClassName
{
color: #286BAA;
}
</style>
background-color css
<style>
a { background-color: #286BAA; }
a { background-color: rgb(40,107,170); }
div.DivClassName
{
background-color: #286BAA;
}
.BgClassName
{
background-color: #286BAA;
}
</style>
border-color css
<style>
span { border-color: #286BAA; }
span { border-color: rgb(40,107,170); }
td.TdClassName
{
border-color: #286BAA;
}
.TagClassName
{
border-color: #286BAA;
}
</style>