Shades of Lochmara #2870B1
Tints of Lochmara #2870B1
RGB
CMYK
RGB Variations
Color information
#2870B1 (or 0x2870B1) is known color: Lochmara. HEX triplet: 28, 70 and B1. RGB value is (40,112,177). Sum of RGB (Red+Green+Blue) = 40+112+177=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 177 (69.53% from 255 or 53.80% from 329); Max value from RGB is 177 - color contains mainly: blue. Hex color #2870B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2870B1 is #D78F4E. Grayscale: #616161. Windows color (decimal): -14126927 or 11628584. OLE color: 11628584.
HSL color Cylindrical-coordinate representation of color #2870B1: hue angle of 208.47º 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 #2870B1 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 112 | 177 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.31 |
| HSL | 208.47º | 0.63% | 0.43% | - |
| HSV(B) | 208.47º | 0.77% | 0.69% | - |
| XYZ | 14.61 | 15.21 | 43.76 | - |
| YUV | 97.88 | 172.65 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 177 | 0.77 | 0.37 | 0 | 0.31 | 208.47 | 0.63 | 0.43 |
| Hex | 28 | 70 | B1 | 4D | 25 | 0 | 1F | D0 | 3F | 2B |
| Octal | 50 | 160 | 261 | 115 | 45 | 0 | 37 | 320 | 77 | 53 |
| Binary | 101000 | 1110000 | 10110001 | 1001101 | 100101 | 0 | 11111 | 11010000 | 111111 | 101011 |
Color Harmonies of #2870B1
Complementary color
Monochromatic Colors of #2870B1
Black with #2870B1
Text Example
Text Example
White with #2870B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2870B1; }
p { color: rgb(40,112,177); }
H1.HeaderClassName
{
color: #2870B1;
}
.AnyTagClassName
{
color: #2870B1;
}
</style>
background-color css
<style>
a { background-color: #2870B1; }
a { background-color: rgb(40,112,177); }
div.DivClassName
{
background-color: #2870B1;
}
.BgClassName
{
background-color: #2870B1;
}
</style>
border-color css
<style>
span { border-color: #2870B1; }
span { border-color: rgb(40,112,177); }
td.TdClassName
{
border-color: #2870B1;
}
.TagClassName
{
border-color: #2870B1;
}
</style>