Shades of Lochmara #2870A8
Tints of Lochmara #2870A8
RGB
CMYK
RGB Variations
Color information
#2870A8 (or 0x2870A8) is known color: Lochmara. HEX triplet: 28, 70 and A8. RGB value is (40,112,168). Sum of RGB (Red+Green+Blue) = 40+112+168=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 168 (66.02% from 255 or 52.5% from 320); Max value from RGB is 168 - color contains mainly: blue. Hex color #2870A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2870A8 is #D78F57. Grayscale: #606060. Windows color (decimal): -14126936 or 11038760. OLE color: 11038760.
HSL color Cylindrical-coordinate representation of color #2870A8: hue angle of 206.25º 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 #2870A8 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 112 | 168 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.34 |
| HSL | 206.25º | 0.62% | 0.41% | - |
| HSV(B) | 206.25º | 0.76% | 0.66% | - |
| XYZ | 13.74 | 14.87 | 39.19 | - |
| YUV | 96.86 | 168.15 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 168 | 0.76 | 0.33 | 0 | 0.34 | 206.25 | 0.62 | 0.41 |
| Hex | 28 | 70 | A8 | 4C | 21 | 0 | 22 | CE | 3E | 29 |
| Octal | 50 | 160 | 250 | 114 | 41 | 0 | 42 | 316 | 76 | 51 |
| Binary | 101000 | 1110000 | 10101000 | 1001100 | 100001 | 0 | 100010 | 11001110 | 111110 | 101001 |
Color Harmonies of #2870A8
Complementary color
Monochromatic Colors of #2870A8
Black with #2870A8
Text Example
Text Example
White with #2870A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2870A8; }
p { color: rgb(40,112,168); }
H1.HeaderClassName
{
color: #2870A8;
}
.AnyTagClassName
{
color: #2870A8;
}
</style>
background-color css
<style>
a { background-color: #2870A8; }
a { background-color: rgb(40,112,168); }
div.DivClassName
{
background-color: #2870A8;
}
.BgClassName
{
background-color: #2870A8;
}
</style>
border-color css
<style>
span { border-color: #2870A8; }
span { border-color: rgb(40,112,168); }
td.TdClassName
{
border-color: #2870A8;
}
.TagClassName
{
border-color: #2870A8;
}
</style>