Shades of Lochmara #2A5EAA
Tints of Lochmara #2A5EAA
RGB
CMYK
RGB Variations
Color information
#2A5EAA (or 0x2A5EAA) is known color: Lochmara. HEX triplet: 2A, 5E and AA. RGB value is (42,94,170). Sum of RGB (Red+Green+Blue) = 42+94+170=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A5EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5EAA is #D5A155. Grayscale: #565656. Windows color (decimal): -14000470 or 11165226. OLE color: 11165226.
HSL color Cylindrical-coordinate representation of color #2A5EAA: hue angle of 215.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A5EAA is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 94 | 170 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.33 |
| HSL | 215.63º | 0.6% | 0.42% | - |
| HSV(B) | 215.63º | 0.75% | 0.67% | - |
| XYZ | 12.21 | 11.4 | 39.59 | - |
| YUV | 87.12 | 174.77 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 94 | 170 | 0.75 | 0.45 | 0 | 0.33 | 215.63 | 0.6 | 0.42 |
| Hex | 2A | 5E | AA | 4B | 2D | 0 | 21 | D8 | 3C | 2A |
| Octal | 52 | 136 | 252 | 113 | 55 | 0 | 41 | 330 | 74 | 52 |
| Binary | 101010 | 1011110 | 10101010 | 1001011 | 101101 | 0 | 100001 | 11011000 | 111100 | 101010 |
Color Harmonies of #2A5EAA
Complementary color
Monochromatic Colors of #2A5EAA
Black with #2A5EAA
Text Example
Text Example
White with #2A5EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5EAA; }
p { color: rgb(42,94,170); }
H1.HeaderClassName
{
color: #2A5EAA;
}
.AnyTagClassName
{
color: #2A5EAA;
}
</style>
background-color css
<style>
a { background-color: #2A5EAA; }
a { background-color: rgb(42,94,170); }
div.DivClassName
{
background-color: #2A5EAA;
}
.BgClassName
{
background-color: #2A5EAA;
}
</style>
border-color css
<style>
span { border-color: #2A5EAA; }
span { border-color: rgb(42,94,170); }
td.TdClassName
{
border-color: #2A5EAA;
}
.TagClassName
{
border-color: #2A5EAA;
}
</style>