Shades of Lochmara #2A6EAC
Tints of Lochmara #2A6EAC
RGB
CMYK
RGB Variations
Color information
#2A6EAC (or 0x2A6EAC) is known color: Lochmara. HEX triplet: 2A, 6E and AC. RGB value is (42,110,172). Sum of RGB (Red+Green+Blue) = 42+110+172=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A6EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6EAC is #D59153. Grayscale: #606060. Windows color (decimal): -13996372 or 11300394. OLE color: 11300394.
HSL color Cylindrical-coordinate representation of color #2A6EAC: hue angle of 208.62º 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 #2A6EAC is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 110 | 172 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.33 |
| HSL | 208.62º | 0.61% | 0.42% | - |
| HSV(B) | 208.62º | 0.76% | 0.67% | - |
| XYZ | 13.98 | 14.62 | 41.12 | - |
| YUV | 96.74 | 170.47 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 110 | 172 | 0.76 | 0.36 | 0 | 0.33 | 208.62 | 0.61 | 0.42 |
| Hex | 2A | 6E | AC | 4C | 24 | 0 | 21 | D1 | 3D | 2A |
| Octal | 52 | 156 | 254 | 114 | 44 | 0 | 41 | 321 | 75 | 52 |
| Binary | 101010 | 1101110 | 10101100 | 1001100 | 100100 | 0 | 100001 | 11010001 | 111101 | 101010 |
Color Harmonies of #2A6EAC
Complementary color
Monochromatic Colors of #2A6EAC
Black with #2A6EAC
Text Example
Text Example
White with #2A6EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6EAC; }
p { color: rgb(42,110,172); }
H1.HeaderClassName
{
color: #2A6EAC;
}
.AnyTagClassName
{
color: #2A6EAC;
}
</style>
background-color css
<style>
a { background-color: #2A6EAC; }
a { background-color: rgb(42,110,172); }
div.DivClassName
{
background-color: #2A6EAC;
}
.BgClassName
{
background-color: #2A6EAC;
}
</style>
border-color css
<style>
span { border-color: #2A6EAC; }
span { border-color: rgb(42,110,172); }
td.TdClassName
{
border-color: #2A6EAC;
}
.TagClassName
{
border-color: #2A6EAC;
}
</style>