Shades of Lochmara #286CAA
Tints of Lochmara #286CAA
RGB
CMYK
RGB Variations
Color information
#286CAA (or 0x286CAA) is known color: Lochmara. HEX triplet: 28, 6C and AA. RGB value is (40,108,170). Sum of RGB (Red+Green+Blue) = 40+108+170=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #286CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286CAA is #D79355. Grayscale: #5E5E5E. Windows color (decimal): -14127958 or 11168808. OLE color: 11168808.
HSL color Cylindrical-coordinate representation of color #286CAA: hue angle of 208.62º 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 #286CAA is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 108 | 170 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.33 |
| HSL | 208.62º | 0.62% | 0.41% | - |
| HSV(B) | 208.62º | 0.76% | 0.67% | - |
| XYZ | 13.49 | 14.08 | 40.04 | - |
| YUV | 94.74 | 170.47 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 170 | 0.76 | 0.36 | 0 | 0.33 | 208.62 | 0.62 | 0.41 |
| Hex | 28 | 6C | AA | 4C | 24 | 0 | 21 | D1 | 3E | 29 |
| Octal | 50 | 154 | 252 | 114 | 44 | 0 | 41 | 321 | 76 | 51 |
| Binary | 101000 | 1101100 | 10101010 | 1001100 | 100100 | 0 | 100001 | 11010001 | 111110 | 101001 |
Color Harmonies of #286CAA
Complementary color
Monochromatic Colors of #286CAA
Black with #286CAA
Text Example
Text Example
White with #286CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CAA; }
p { color: rgb(40,108,170); }
H1.HeaderClassName
{
color: #286CAA;
}
.AnyTagClassName
{
color: #286CAA;
}
</style>
background-color css
<style>
a { background-color: #286CAA; }
a { background-color: rgb(40,108,170); }
div.DivClassName
{
background-color: #286CAA;
}
.BgClassName
{
background-color: #286CAA;
}
</style>
border-color css
<style>
span { border-color: #286CAA; }
span { border-color: rgb(40,108,170); }
td.TdClassName
{
border-color: #286CAA;
}
.TagClassName
{
border-color: #286CAA;
}
</style>