Shades of Lochmara #286CB4
Tints of Lochmara #286CB4
RGB
CMYK
RGB Variations
Color information
#286CB4 (or 0x286CB4) is known color: Lochmara. HEX triplet: 28, 6C and B4. RGB value is (40,108,180). Sum of RGB (Red+Green+Blue) = 40+108+180=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 180 (70.70% from 255 or 54.88% from 328); Max value from RGB is 180 - color contains mainly: blue. Hex color #286CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286CB4 is #D7934B. Grayscale: #5F5F5F. Windows color (decimal): -14127948 or 11824168. OLE color: 11824168.
HSL color Cylindrical-coordinate representation of color #286CB4: hue angle of 210.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #286CB4 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 108 | 180 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.29 |
| HSL | 210.86º | 0.64% | 0.43% | - |
| HSV(B) | 210.86º | 0.78% | 0.71% | - |
| XYZ | 14.48 | 14.47 | 45.21 | - |
| YUV | 95.88 | 175.47 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 180 | 0.78 | 0.40 | 0 | 0.29 | 210.86 | 0.64 | 0.43 |
| Hex | 28 | 6C | B4 | 4E | 28 | 0 | 1D | D3 | 40 | 2B |
| Octal | 50 | 154 | 264 | 116 | 50 | 0 | 35 | 323 | 100 | 53 |
| Binary | 101000 | 1101100 | 10110100 | 1001110 | 101000 | 0 | 11101 | 11010011 | 1000000 | 101011 |
Color Harmonies of #286CB4
Complementary color
Monochromatic Colors of #286CB4
Black with #286CB4
Text Example
Text Example
White with #286CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CB4; }
p { color: rgb(40,108,180); }
H1.HeaderClassName
{
color: #286CB4;
}
.AnyTagClassName
{
color: #286CB4;
}
</style>
background-color css
<style>
a { background-color: #286CB4; }
a { background-color: rgb(40,108,180); }
div.DivClassName
{
background-color: #286CB4;
}
.BgClassName
{
background-color: #286CB4;
}
</style>
border-color css
<style>
span { border-color: #286CB4; }
span { border-color: rgb(40,108,180); }
td.TdClassName
{
border-color: #286CB4;
}
.TagClassName
{
border-color: #286CB4;
}
</style>