Shades of Lochmara #286DAB
Tints of Lochmara #286DAB
RGB
CMYK
RGB Variations
Color information
#286DAB (or 0x286DAB) is known color: Lochmara. HEX triplet: 28, 6D and AB. RGB value is (40,109,171). Sum of RGB (Red+Green+Blue) = 40+109+171=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #286DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286DAB is #D79254. Grayscale: #5F5F5F. Windows color (decimal): -14127701 or 11234600. OLE color: 11234600.
HSL color Cylindrical-coordinate representation of color #286DAB: hue angle of 208.4º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #286DAB is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 109 | 171 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.33 |
| HSL | 208.4º | 0.62% | 0.41% | - |
| HSV(B) | 208.4º | 0.77% | 0.67% | - |
| XYZ | 13.69 | 14.33 | 40.57 | - |
| YUV | 95.44 | 170.64 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 171 | 0.77 | 0.36 | 0 | 0.33 | 208.4 | 0.62 | 0.41 |
| Hex | 28 | 6D | AB | 4D | 24 | 0 | 21 | D0 | 3E | 29 |
| Octal | 50 | 155 | 253 | 115 | 44 | 0 | 41 | 320 | 76 | 51 |
| Binary | 101000 | 1101101 | 10101011 | 1001101 | 100100 | 0 | 100001 | 11010000 | 111110 | 101001 |
Color Harmonies of #286DAB
Complementary color
Monochromatic Colors of #286DAB
Black with #286DAB
Text Example
Text Example
White with #286DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286DAB; }
p { color: rgb(40,109,171); }
H1.HeaderClassName
{
color: #286DAB;
}
.AnyTagClassName
{
color: #286DAB;
}
</style>
background-color css
<style>
a { background-color: #286DAB; }
a { background-color: rgb(40,109,171); }
div.DivClassName
{
background-color: #286DAB;
}
.BgClassName
{
background-color: #286DAB;
}
</style>
border-color css
<style>
span { border-color: #286DAB; }
span { border-color: rgb(40,109,171); }
td.TdClassName
{
border-color: #286DAB;
}
.TagClassName
{
border-color: #286DAB;
}
</style>