Shades of Lochmara #286BA2
Tints of Lochmara #286BA2
RGB
CMYK
RGB Variations
Color information
#286BA2 (or 0x286BA2) is known color: Lochmara. HEX triplet: 28, 6B and A2. RGB value is (40,107,162). Sum of RGB (Red+Green+Blue) = 40+107+162=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 162 (63.67% from 255 or 52.43% from 309); Max value from RGB is 162 - color contains mainly: blue. Hex color #286BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286BA2 is #D7945D. Grayscale: #5C5C5C. Windows color (decimal): -14128222 or 10644264. OLE color: 10644264.
HSL color Cylindrical-coordinate representation of color #286BA2: hue angle of 207.05º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #286BA2 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 107 | 162 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.36 |
| HSL | 207.05º | 0.6% | 0.4% | - |
| HSV(B) | 207.05º | 0.75% | 0.64% | - |
| XYZ | 12.65 | 13.58 | 36.14 | - |
| YUV | 93.24 | 166.8 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 162 | 0.75 | 0.34 | 0 | 0.36 | 207.05 | 0.6 | 0.4 |
| Hex | 28 | 6B | A2 | 4B | 22 | 0 | 24 | CF | 3C | 28 |
| Octal | 50 | 153 | 242 | 113 | 42 | 0 | 44 | 317 | 74 | 50 |
| Binary | 101000 | 1101011 | 10100010 | 1001011 | 100010 | 0 | 100100 | 11001111 | 111100 | 101000 |
Color Harmonies of #286BA2
Complementary color
Monochromatic Colors of #286BA2
Black with #286BA2
Text Example
Text Example
White with #286BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BA2; }
p { color: rgb(40,107,162); }
H1.HeaderClassName
{
color: #286BA2;
}
.AnyTagClassName
{
color: #286BA2;
}
</style>
background-color css
<style>
a { background-color: #286BA2; }
a { background-color: rgb(40,107,162); }
div.DivClassName
{
background-color: #286BA2;
}
.BgClassName
{
background-color: #286BA2;
}
</style>
border-color css
<style>
span { border-color: #286BA2; }
span { border-color: rgb(40,107,162); }
td.TdClassName
{
border-color: #286BA2;
}
.TagClassName
{
border-color: #286BA2;
}
</style>