Shades of Lochmara #287BA0
Tints of Lochmara #287BA0
RGB
CMYK
RGB Variations
Color information
#287BA0 (or 0x287BA0) is known color: Lochmara. HEX triplet: 28, 7B and A0. RGB value is (40,123,160). Sum of RGB (Red+Green+Blue) = 40+123+160=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 160 (62.89% from 255 or 49.54% from 323); Max value from RGB is 160 - color contains mainly: blue. Hex color #287BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287BA0 is #D7845F. Grayscale: #666666. Windows color (decimal): -14124128 or 10517288. OLE color: 10517288.
HSL color Cylindrical-coordinate representation of color #287BA0: hue angle of 198.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 #287BA0 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 123 | 160 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.37 |
| HSL | 198.5º | 0.6% | 0.39% | - |
| HSV(B) | 198.5º | 0.75% | 0.63% | - |
| XYZ | 14.3 | 17.16 | 35.82 | - |
| YUV | 102.4 | 160.5 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 160 | 0.75 | 0.23 | 0 | 0.37 | 198.5 | 0.6 | 0.39 |
| Hex | 28 | 7B | A0 | 4B | 17 | 0 | 25 | C6 | 3C | 27 |
| Octal | 50 | 173 | 240 | 113 | 27 | 0 | 45 | 306 | 74 | 47 |
| Binary | 101000 | 1111011 | 10100000 | 1001011 | 10111 | 0 | 100101 | 11000110 | 111100 | 100111 |
Color Harmonies of #287BA0
Complementary color
Monochromatic Colors of #287BA0
Black with #287BA0
Text Example
Text Example
White with #287BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287BA0; }
p { color: rgb(40,123,160); }
H1.HeaderClassName
{
color: #287BA0;
}
.AnyTagClassName
{
color: #287BA0;
}
</style>
background-color css
<style>
a { background-color: #287BA0; }
a { background-color: rgb(40,123,160); }
div.DivClassName
{
background-color: #287BA0;
}
.BgClassName
{
background-color: #287BA0;
}
</style>
border-color css
<style>
span { border-color: #287BA0; }
span { border-color: rgb(40,123,160); }
td.TdClassName
{
border-color: #287BA0;
}
.TagClassName
{
border-color: #287BA0;
}
</style>