Shades of Lochmara #2870B3
Tints of Lochmara #2870B3
RGB
CMYK
RGB Variations
Color information
#2870B3 (or 0x2870B3) is known color: Lochmara. HEX triplet: 28, 70 and B3. RGB value is (40,112,179). Sum of RGB (Red+Green+Blue) = 40+112+179=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 179 (70.31% from 255 or 54.08% from 331); Max value from RGB is 179 - color contains mainly: blue. Hex color #2870B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2870B3 is #D78F4C. Grayscale: #616161. Windows color (decimal): -14126925 or 11759656. OLE color: 11759656.
HSL color Cylindrical-coordinate representation of color #2870B3: hue angle of 208.92º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2870B3 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 112 | 179 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.30 |
| HSL | 208.92º | 0.63% | 0.43% | - |
| HSV(B) | 208.92º | 0.78% | 0.7% | - |
| XYZ | 14.81 | 15.29 | 44.82 | - |
| YUV | 98.11 | 173.65 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 179 | 0.78 | 0.37 | 0 | 0.30 | 208.92 | 0.63 | 0.43 |
| Hex | 28 | 70 | B3 | 4E | 25 | 0 | 1E | D1 | 3F | 2B |
| Octal | 50 | 160 | 263 | 116 | 45 | 0 | 36 | 321 | 77 | 53 |
| Binary | 101000 | 1110000 | 10110011 | 1001110 | 100101 | 0 | 11110 | 11010001 | 111111 | 101011 |
Color Harmonies of #2870B3
Complementary color
Monochromatic Colors of #2870B3
Black with #2870B3
Text Example
Text Example
White with #2870B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2870B3; }
p { color: rgb(40,112,179); }
H1.HeaderClassName
{
color: #2870B3;
}
.AnyTagClassName
{
color: #2870B3;
}
</style>
background-color css
<style>
a { background-color: #2870B3; }
a { background-color: rgb(40,112,179); }
div.DivClassName
{
background-color: #2870B3;
}
.BgClassName
{
background-color: #2870B3;
}
</style>
border-color css
<style>
span { border-color: #2870B3; }
span { border-color: rgb(40,112,179); }
td.TdClassName
{
border-color: #2870B3;
}
.TagClassName
{
border-color: #2870B3;
}
</style>