Shades of Lochmara #2A7DAC
Tints of Lochmara #2A7DAC
RGB
CMYK
RGB Variations
Color information
#2A7DAC (or 0x2A7DAC) is known color: Lochmara. HEX triplet: 2A, 7D and AC. RGB value is (42,125,172). Sum of RGB (Red+Green+Blue) = 42+125+172=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A7DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7DAC is #D58253. Grayscale: #696969. Windows color (decimal): -13992532 or 11304234. OLE color: 11304234.
HSL color Cylindrical-coordinate representation of color #2A7DAC: hue angle of 201.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A7DAC is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 125 | 172 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.33 |
| HSL | 201.69º | 0.61% | 0.42% | - |
| HSV(B) | 201.69º | 0.76% | 0.67% | - |
| XYZ | 15.73 | 18.14 | 41.7 | - |
| YUV | 105.54 | 165.5 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 125 | 172 | 0.76 | 0.27 | 0 | 0.33 | 201.69 | 0.61 | 0.42 |
| Hex | 2A | 7D | AC | 4C | 1B | 0 | 21 | CA | 3D | 2A |
| Octal | 52 | 175 | 254 | 114 | 33 | 0 | 41 | 312 | 75 | 52 |
| Binary | 101010 | 1111101 | 10101100 | 1001100 | 11011 | 0 | 100001 | 11001010 | 111101 | 101010 |
Color Harmonies of #2A7DAC
Complementary color
Monochromatic Colors of #2A7DAC
Black with #2A7DAC
Text Example
Text Example
White with #2A7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7DAC; }
p { color: rgb(42,125,172); }
H1.HeaderClassName
{
color: #2A7DAC;
}
.AnyTagClassName
{
color: #2A7DAC;
}
</style>
background-color css
<style>
a { background-color: #2A7DAC; }
a { background-color: rgb(42,125,172); }
div.DivClassName
{
background-color: #2A7DAC;
}
.BgClassName
{
background-color: #2A7DAC;
}
</style>
border-color css
<style>
span { border-color: #2A7DAC; }
span { border-color: rgb(42,125,172); }
td.TdClassName
{
border-color: #2A7DAC;
}
.TagClassName
{
border-color: #2A7DAC;
}
</style>