Shades of Lochmara #287BB1
Tints of Lochmara #287BB1
RGB
CMYK
RGB Variations
Color information
#287BB1 (or 0x287BB1) is known color: Lochmara. HEX triplet: 28, 7B and B1. RGB value is (40,123,177). Sum of RGB (Red+Green+Blue) = 40+123+177=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #287BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287BB1 is #D7844E. Grayscale: #686868. Windows color (decimal): -14124111 or 11631400. OLE color: 11631400.
HSL color Cylindrical-coordinate representation of color #287BB1: hue angle of 203.65º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #287BB1 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 123 | 177 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.31 |
| HSL | 203.65º | 0.63% | 0.43% | - |
| HSV(B) | 203.65º | 0.77% | 0.69% | - |
| XYZ | 15.89 | 17.79 | 44.19 | - |
| YUV | 104.34 | 169 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 177 | 0.77 | 0.31 | 0 | 0.31 | 203.65 | 0.63 | 0.43 |
| Hex | 28 | 7B | B1 | 4D | 1F | 0 | 1F | CC | 3F | 2B |
| Octal | 50 | 173 | 261 | 115 | 37 | 0 | 37 | 314 | 77 | 53 |
| Binary | 101000 | 1111011 | 10110001 | 1001101 | 11111 | 0 | 11111 | 11001100 | 111111 | 101011 |
Color Harmonies of #287BB1
Complementary color
Monochromatic Colors of #287BB1
Black with #287BB1
Text Example
Text Example
White with #287BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287BB1; }
p { color: rgb(40,123,177); }
H1.HeaderClassName
{
color: #287BB1;
}
.AnyTagClassName
{
color: #287BB1;
}
</style>
background-color css
<style>
a { background-color: #287BB1; }
a { background-color: rgb(40,123,177); }
div.DivClassName
{
background-color: #287BB1;
}
.BgClassName
{
background-color: #287BB1;
}
</style>
border-color css
<style>
span { border-color: #287BB1; }
span { border-color: rgb(40,123,177); }
td.TdClassName
{
border-color: #287BB1;
}
.TagClassName
{
border-color: #287BB1;
}
</style>