Shades of Lochmara #2872AA
Tints of Lochmara #2872AA
RGB
CMYK
RGB Variations
Color information
#2872AA (or 0x2872AA) is known color: Lochmara. HEX triplet: 28, 72 and AA. RGB value is (40,114,170). Sum of RGB (Red+Green+Blue) = 40+114+170=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #2872AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2872AA is #D78D55. Grayscale: #616161. Windows color (decimal): -14126422 or 11170344. OLE color: 11170344.
HSL color Cylindrical-coordinate representation of color #2872AA: hue angle of 205.85º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2872AA is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 114 | 170 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.33 |
| HSL | 205.85º | 0.62% | 0.41% | - |
| HSV(B) | 205.85º | 0.76% | 0.67% | - |
| XYZ | 14.15 | 15.39 | 40.25 | - |
| YUV | 98.26 | 168.48 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 114 | 170 | 0.76 | 0.33 | 0 | 0.33 | 205.85 | 0.62 | 0.41 |
| Hex | 28 | 72 | AA | 4C | 21 | 0 | 21 | CE | 3E | 29 |
| Octal | 50 | 162 | 252 | 114 | 41 | 0 | 41 | 316 | 76 | 51 |
| Binary | 101000 | 1110010 | 10101010 | 1001100 | 100001 | 0 | 100001 | 11001110 | 111110 | 101001 |
Color Harmonies of #2872AA
Complementary color
Monochromatic Colors of #2872AA
Black with #2872AA
Text Example
Text Example
White with #2872AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2872AA; }
p { color: rgb(40,114,170); }
H1.HeaderClassName
{
color: #2872AA;
}
.AnyTagClassName
{
color: #2872AA;
}
</style>
background-color css
<style>
a { background-color: #2872AA; }
a { background-color: rgb(40,114,170); }
div.DivClassName
{
background-color: #2872AA;
}
.BgClassName
{
background-color: #2872AA;
}
</style>
border-color css
<style>
span { border-color: #2872AA; }
span { border-color: rgb(40,114,170); }
td.TdClassName
{
border-color: #2872AA;
}
.TagClassName
{
border-color: #2872AA;
}
</style>