Shades of Lochmara #285BA8
Tints of Lochmara #285BA8
RGB
CMYK
RGB Variations
Color information
#285BA8 (or 0x285BA8) is known color: Lochmara. HEX triplet: 28, 5B and A8. RGB value is (40,91,168). Sum of RGB (Red+Green+Blue) = 40+91+168=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 168 (66.02% from 255 or 56.19% from 299); Max value from RGB is 168 - color contains mainly: blue. Hex color #285BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285BA8 is #D7A457. Grayscale: #545454. Windows color (decimal): -14132312 or 11033384. OLE color: 11033384.
HSL color Cylindrical-coordinate representation of color #285BA8: hue angle of 216.09º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #285BA8 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 91 | 168 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.34 |
| HSL | 216.09º | 0.62% | 0.41% | - |
| HSV(B) | 216.09º | 0.76% | 0.66% | - |
| XYZ | 11.68 | 10.76 | 38.51 | - |
| YUV | 84.53 | 175.1 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 168 | 0.76 | 0.46 | 0 | 0.34 | 216.09 | 0.62 | 0.41 |
| Hex | 28 | 5B | A8 | 4C | 2E | 0 | 22 | D8 | 3E | 29 |
| Octal | 50 | 133 | 250 | 114 | 56 | 0 | 42 | 330 | 76 | 51 |
| Binary | 101000 | 1011011 | 10101000 | 1001100 | 101110 | 0 | 100010 | 11011000 | 111110 | 101001 |
Color Harmonies of #285BA8
Complementary color
Monochromatic Colors of #285BA8
Black with #285BA8
Text Example
Text Example
White with #285BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285BA8; }
p { color: rgb(40,91,168); }
H1.HeaderClassName
{
color: #285BA8;
}
.AnyTagClassName
{
color: #285BA8;
}
</style>
background-color css
<style>
a { background-color: #285BA8; }
a { background-color: rgb(40,91,168); }
div.DivClassName
{
background-color: #285BA8;
}
.BgClassName
{
background-color: #285BA8;
}
</style>
border-color css
<style>
span { border-color: #285BA8; }
span { border-color: rgb(40,91,168); }
td.TdClassName
{
border-color: #285BA8;
}
.TagClassName
{
border-color: #285BA8;
}
</style>