Shades of Lochmara #2A7099
Tints of Lochmara #2A7099
RGB
CMYK
RGB Variations
Color information
#2A7099 (or 0x2A7099) is known color: Lochmara. HEX triplet: 2A, 70 and 99. RGB value is (42,112,153). Sum of RGB (Red+Green+Blue) = 42+112+153=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A7099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7099 is #D58F66. Grayscale: #5F5F5F. Windows color (decimal): -13995879 or 10055722. OLE color: 10055722.
HSL color Cylindrical-coordinate representation of color #2A7099: hue angle of 202.16º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A7099 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 112 | 153 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.4 |
| HSL | 202.16º | 0.57% | 0.38% | - |
| HSV(B) | 202.16º | 0.73% | 0.6% | - |
| XYZ | 12.5 | 14.38 | 32.25 | - |
| YUV | 95.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 153 | 0.73 | 0.27 | 0 | 0.4 | 202.16 | 0.57 | 0.38 |
| Hex | 2A | 70 | 99 | 49 | 1B | 0 | 28 | CA | 39 | 26 |
| Octal | 52 | 160 | 231 | 111 | 33 | 0 | 50 | 312 | 71 | 46 |
| Binary | 101010 | 1110000 | 10011001 | 1001001 | 11011 | 0 | 101000 | 11001010 | 111001 | 100110 |
Color Harmonies of #2A7099
Complementary color
Monochromatic Colors of #2A7099
Black with #2A7099
Text Example
Text Example
White with #2A7099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7099; }
p { color: rgb(42,112,153); }
H1.HeaderClassName
{
color: #2A7099;
}
.AnyTagClassName
{
color: #2A7099;
}
</style>
background-color css
<style>
a { background-color: #2A7099; }
a { background-color: rgb(42,112,153); }
div.DivClassName
{
background-color: #2A7099;
}
.BgClassName
{
background-color: #2A7099;
}
</style>
border-color css
<style>
span { border-color: #2A7099; }
span { border-color: rgb(42,112,153); }
td.TdClassName
{
border-color: #2A7099;
}
.TagClassName
{
border-color: #2A7099;
}
</style>