Shades of Lochmara #2A6DAA
Tints of Lochmara #2A6DAA
RGB
CMYK
RGB Variations
Color information
#2A6DAA (or 0x2A6DAA) is known color: Lochmara. HEX triplet: 2A, 6D and AA. RGB value is (42,109,170). Sum of RGB (Red+Green+Blue) = 42+109+170=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A6DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6DAA is #D59255. Grayscale: #5F5F5F. Windows color (decimal): -13996630 or 11169066. OLE color: 11169066.
HSL color Cylindrical-coordinate representation of color #2A6DAA: hue angle of 208.59º 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 #2A6DAA is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 109 | 170 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.33 |
| HSL | 208.59º | 0.6% | 0.42% | - |
| HSV(B) | 208.59º | 0.75% | 0.67% | - |
| XYZ | 13.68 | 14.33 | 40.08 | - |
| YUV | 95.92 | 169.8 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 109 | 170 | 0.75 | 0.36 | 0 | 0.33 | 208.59 | 0.6 | 0.42 |
| Hex | 2A | 6D | AA | 4B | 24 | 0 | 21 | D1 | 3C | 2A |
| Octal | 52 | 155 | 252 | 113 | 44 | 0 | 41 | 321 | 74 | 52 |
| Binary | 101010 | 1101101 | 10101010 | 1001011 | 100100 | 0 | 100001 | 11010001 | 111100 | 101010 |
Color Harmonies of #2A6DAA
Complementary color
Monochromatic Colors of #2A6DAA
Black with #2A6DAA
Text Example
Text Example
White with #2A6DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6DAA; }
p { color: rgb(42,109,170); }
H1.HeaderClassName
{
color: #2A6DAA;
}
.AnyTagClassName
{
color: #2A6DAA;
}
</style>
background-color css
<style>
a { background-color: #2A6DAA; }
a { background-color: rgb(42,109,170); }
div.DivClassName
{
background-color: #2A6DAA;
}
.BgClassName
{
background-color: #2A6DAA;
}
</style>
border-color css
<style>
span { border-color: #2A6DAA; }
span { border-color: rgb(42,109,170); }
td.TdClassName
{
border-color: #2A6DAA;
}
.TagClassName
{
border-color: #2A6DAA;
}
</style>