Shades of Lochmara #2A6997
Tints of Lochmara #2A6997
RGB
CMYK
RGB Variations
Color information
#2A6997 (or 0x2A6997) is known color: Lochmara. HEX triplet: 2A, 69 and 97. RGB value is (42,105,151). Sum of RGB (Red+Green+Blue) = 42+105+151=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #2A6997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6997 is #D59668. Grayscale: #5B5B5B. Windows color (decimal): -13997673 or 9922858. OLE color: 9922858.
HSL color Cylindrical-coordinate representation of color #2A6997: hue angle of 205.32º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A6997 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 105 | 151 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.41 |
| HSL | 205.32º | 0.56% | 0.38% | - |
| HSV(B) | 205.32º | 0.72% | 0.59% | - |
| XYZ | 11.59 | 12.83 | 31.14 | - |
| YUV | 91.41 | 161.63 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 151 | 0.72 | 0.30 | 0 | 0.41 | 205.32 | 0.56 | 0.38 |
| Hex | 2A | 69 | 97 | 48 | 1E | 0 | 29 | CD | 38 | 26 |
| Octal | 52 | 151 | 227 | 110 | 36 | 0 | 51 | 315 | 70 | 46 |
| Binary | 101010 | 1101001 | 10010111 | 1001000 | 11110 | 0 | 101001 | 11001101 | 111000 | 100110 |
Color Harmonies of #2A6997
Complementary color
Monochromatic Colors of #2A6997
Black with #2A6997
Text Example
Text Example
White with #2A6997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6997; }
p { color: rgb(42,105,151); }
H1.HeaderClassName
{
color: #2A6997;
}
.AnyTagClassName
{
color: #2A6997;
}
</style>
background-color css
<style>
a { background-color: #2A6997; }
a { background-color: rgb(42,105,151); }
div.DivClassName
{
background-color: #2A6997;
}
.BgClassName
{
background-color: #2A6997;
}
</style>
border-color css
<style>
span { border-color: #2A6997; }
span { border-color: rgb(42,105,151); }
td.TdClassName
{
border-color: #2A6997;
}
.TagClassName
{
border-color: #2A6997;
}
</style>