Shades of Lochmara #2A72AF
Tints of Lochmara #2A72AF
RGB
CMYK
RGB Variations
Color information
#2A72AF (or 0x2A72AF) is known color: Lochmara. HEX triplet: 2A, 72 and AF. RGB value is (42,114,175). Sum of RGB (Red+Green+Blue) = 42+114+175=331 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.69% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #2A72AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A72AF is #D58D50. Grayscale: #636363. Windows color (decimal): -13995345 or 11498026. OLE color: 11498026.
HSL color Cylindrical-coordinate representation of color #2A72AF: hue angle of 207.52º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A72AF is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 114 | 175 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.31 |
| HSL | 207.52º | 0.61% | 0.43% | - |
| HSV(B) | 207.52º | 0.76% | 0.69% | - |
| XYZ | 14.71 | 15.62 | 42.8 | - |
| YUV | 99.43 | 170.65 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 175 | 0.76 | 0.35 | 0 | 0.31 | 207.52 | 0.61 | 0.43 |
| Hex | 2A | 72 | AF | 4C | 23 | 0 | 1F | D0 | 3D | 2B |
| Octal | 52 | 162 | 257 | 114 | 43 | 0 | 37 | 320 | 75 | 53 |
| Binary | 101010 | 1110010 | 10101111 | 1001100 | 100011 | 0 | 11111 | 11010000 | 111101 | 101011 |
Color Harmonies of #2A72AF
Complementary color
Monochromatic Colors of #2A72AF
Black with #2A72AF
Text Example
Text Example
White with #2A72AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A72AF; }
p { color: rgb(42,114,175); }
H1.HeaderClassName
{
color: #2A72AF;
}
.AnyTagClassName
{
color: #2A72AF;
}
</style>
background-color css
<style>
a { background-color: #2A72AF; }
a { background-color: rgb(42,114,175); }
div.DivClassName
{
background-color: #2A72AF;
}
.BgClassName
{
background-color: #2A72AF;
}
</style>
border-color css
<style>
span { border-color: #2A72AF; }
span { border-color: rgb(42,114,175); }
td.TdClassName
{
border-color: #2A72AF;
}
.TagClassName
{
border-color: #2A72AF;
}
</style>