Shades of Lochmara #2A6AAA
Tints of Lochmara #2A6AAA
RGB
CMYK
RGB Variations
Color information
#2A6AAA (or 0x2A6AAA) is known color: Lochmara. HEX triplet: 2A, 6A and AA. RGB value is (42,106,170). Sum of RGB (Red+Green+Blue) = 42+106+170=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A6AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6AAA is #D59555. Grayscale: #5D5D5D. Windows color (decimal): -13997398 or 11168298. OLE color: 11168298.
HSL color Cylindrical-coordinate representation of color #2A6AAA: hue angle of 210º 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 #2A6AAA is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 106 | 170 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.33 |
| HSL | 210º | 0.6% | 0.42% | - |
| HSV(B) | 210º | 0.75% | 0.67% | - |
| XYZ | 13.36 | 13.7 | 39.97 | - |
| YUV | 94.16 | 170.8 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 106 | 170 | 0.75 | 0.38 | 0 | 0.33 | 210 | 0.6 | 0.42 |
| Hex | 2A | 6A | AA | 4B | 26 | 0 | 21 | D2 | 3C | 2A |
| Octal | 52 | 152 | 252 | 113 | 46 | 0 | 41 | 322 | 74 | 52 |
| Binary | 101010 | 1101010 | 10101010 | 1001011 | 100110 | 0 | 100001 | 11010010 | 111100 | 101010 |
Color Harmonies of #2A6AAA
Complementary color
Monochromatic Colors of #2A6AAA
Black with #2A6AAA
Text Example
Text Example
White with #2A6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6AAA; }
p { color: rgb(42,106,170); }
H1.HeaderClassName
{
color: #2A6AAA;
}
.AnyTagClassName
{
color: #2A6AAA;
}
</style>
background-color css
<style>
a { background-color: #2A6AAA; }
a { background-color: rgb(42,106,170); }
div.DivClassName
{
background-color: #2A6AAA;
}
.BgClassName
{
background-color: #2A6AAA;
}
</style>
border-color css
<style>
span { border-color: #2A6AAA; }
span { border-color: rgb(42,106,170); }
td.TdClassName
{
border-color: #2A6AAA;
}
.TagClassName
{
border-color: #2A6AAA;
}
</style>