Shades of Lochmara #286BA0
Tints of Lochmara #286BA0
RGB
CMYK
RGB Variations
Color information
#286BA0 (or 0x286BA0) is known color: Lochmara. HEX triplet: 28, 6B and A0. RGB value is (40,107,160). Sum of RGB (Red+Green+Blue) = 40+107+160=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 160 (62.89% from 255 or 52.12% from 307); Max value from RGB is 160 - color contains mainly: blue. Hex color #286BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286BA0 is #D7945F. Grayscale: #5C5C5C. Windows color (decimal): -14128224 or 10513192. OLE color: 10513192.
HSL color Cylindrical-coordinate representation of color #286BA0: hue angle of 206.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #286BA0 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 107 | 160 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.37 |
| HSL | 206.5º | 0.6% | 0.39% | - |
| HSV(B) | 206.5º | 0.75% | 0.63% | - |
| XYZ | 12.48 | 13.5 | 35.21 | - |
| YUV | 93.01 | 165.8 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 160 | 0.75 | 0.33 | 0 | 0.37 | 206.5 | 0.6 | 0.39 |
| Hex | 28 | 6B | A0 | 4B | 21 | 0 | 25 | CE | 3C | 27 |
| Octal | 50 | 153 | 240 | 113 | 41 | 0 | 45 | 316 | 74 | 47 |
| Binary | 101000 | 1101011 | 10100000 | 1001011 | 100001 | 0 | 100101 | 11001110 | 111100 | 100111 |
Color Harmonies of #286BA0
Complementary color
Monochromatic Colors of #286BA0
Black with #286BA0
Text Example
Text Example
White with #286BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BA0; }
p { color: rgb(40,107,160); }
H1.HeaderClassName
{
color: #286BA0;
}
.AnyTagClassName
{
color: #286BA0;
}
</style>
background-color css
<style>
a { background-color: #286BA0; }
a { background-color: rgb(40,107,160); }
div.DivClassName
{
background-color: #286BA0;
}
.BgClassName
{
background-color: #286BA0;
}
</style>
border-color css
<style>
span { border-color: #286BA0; }
span { border-color: rgb(40,107,160); }
td.TdClassName
{
border-color: #286BA0;
}
.TagClassName
{
border-color: #286BA0;
}
</style>