Shades of Lochmara #2A6E95
Tints of Lochmara #2A6E95
RGB
CMYK
RGB Variations
Color information
#2A6E95 (or 0x2A6E95) is known color: Lochmara. HEX triplet: 2A, 6E and 95. RGB value is (42,110,149). Sum of RGB (Red+Green+Blue) = 42+110+149=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A6E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6E95 is #D5916A. Grayscale: #5D5D5D. Windows color (decimal): -13996395 or 9793066. OLE color: 9793066.
HSL color Cylindrical-coordinate representation of color #2A6E95: hue angle of 201.87º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A6E95 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 110 | 149 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.42 |
| HSL | 201.87º | 0.56% | 0.37% | - |
| HSV(B) | 201.87º | 0.72% | 0.58% | - |
| XYZ | 11.96 | 13.81 | 30.47 | - |
| YUV | 94.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 110 | 149 | 0.72 | 0.26 | 0 | 0.42 | 201.87 | 0.56 | 0.37 |
| Hex | 2A | 6E | 95 | 48 | 1A | 0 | 2A | CA | 38 | 25 |
| Octal | 52 | 156 | 225 | 110 | 32 | 0 | 52 | 312 | 70 | 45 |
| Binary | 101010 | 1101110 | 10010101 | 1001000 | 11010 | 0 | 101010 | 11001010 | 111000 | 100101 |
Color Harmonies of #2A6E95
Complementary color
Monochromatic Colors of #2A6E95
Black with #2A6E95
Text Example
Text Example
White with #2A6E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6E95; }
p { color: rgb(42,110,149); }
H1.HeaderClassName
{
color: #2A6E95;
}
.AnyTagClassName
{
color: #2A6E95;
}
</style>
background-color css
<style>
a { background-color: #2A6E95; }
a { background-color: rgb(42,110,149); }
div.DivClassName
{
background-color: #2A6E95;
}
.BgClassName
{
background-color: #2A6E95;
}
</style>
border-color css
<style>
span { border-color: #2A6E95; }
span { border-color: rgb(42,110,149); }
td.TdClassName
{
border-color: #2A6E95;
}
.TagClassName
{
border-color: #2A6E95;
}
</style>