Shades of Lochmara #2872AF
Tints of Lochmara #2872AF
RGB
CMYK
RGB Variations
Color information
#2872AF (or 0x2872AF) is known color: Lochmara. HEX triplet: 28, 72 and AF. RGB value is (40,114,175). Sum of RGB (Red+Green+Blue) = 40+114+175=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #2872AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2872AF is #D78D50. Grayscale: #626262. Windows color (decimal): -14126417 or 11498024. OLE color: 11498024.
HSL color Cylindrical-coordinate representation of color #2872AF: hue angle of 207.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2872AF is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 114 | 175 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.31 |
| HSL | 207.11º | 0.63% | 0.42% | - |
| HSV(B) | 207.11º | 0.77% | 0.69% | - |
| XYZ | 14.63 | 15.58 | 42.79 | - |
| YUV | 98.83 | 170.98 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 114 | 175 | 0.77 | 0.35 | 0 | 0.31 | 207.11 | 0.63 | 0.42 |
| Hex | 28 | 72 | AF | 4D | 23 | 0 | 1F | CF | 3F | 2A |
| Octal | 50 | 162 | 257 | 115 | 43 | 0 | 37 | 317 | 77 | 52 |
| Binary | 101000 | 1110010 | 10101111 | 1001101 | 100011 | 0 | 11111 | 11001111 | 111111 | 101010 |
Color Harmonies of #2872AF
Complementary color
Monochromatic Colors of #2872AF
Black with #2872AF
Text Example
Text Example
White with #2872AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2872AF; }
p { color: rgb(40,114,175); }
H1.HeaderClassName
{
color: #2872AF;
}
.AnyTagClassName
{
color: #2872AF;
}
</style>
background-color css
<style>
a { background-color: #2872AF; }
a { background-color: rgb(40,114,175); }
div.DivClassName
{
background-color: #2872AF;
}
.BgClassName
{
background-color: #2872AF;
}
</style>
border-color css
<style>
span { border-color: #2872AF; }
span { border-color: rgb(40,114,175); }
td.TdClassName
{
border-color: #2872AF;
}
.TagClassName
{
border-color: #2872AF;
}
</style>