Shades of Lochmara #2A6599
Tints of Lochmara #2A6599
RGB
CMYK
RGB Variations
Color information
#2A6599 (or 0x2A6599) is known color: Lochmara. HEX triplet: 2A, 65 and 99. RGB value is (42,101,153). Sum of RGB (Red+Green+Blue) = 42+101+153=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A6599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6599 is #D59A66. Grayscale: #595959. Windows color (decimal): -13998695 or 10052906. OLE color: 10052906.
HSL color Cylindrical-coordinate representation of color #2A6599: hue angle of 208.11º 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 #2A6599 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 101 | 153 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.4 |
| HSL | 208.11º | 0.57% | 0.38% | - |
| HSV(B) | 208.11º | 0.73% | 0.6% | - |
| XYZ | 11.36 | 12.1 | 31.87 | - |
| YUV | 89.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 153 | 0.73 | 0.34 | 0 | 0.4 | 208.11 | 0.57 | 0.38 |
| Hex | 2A | 65 | 99 | 49 | 22 | 0 | 28 | D0 | 39 | 26 |
| Octal | 52 | 145 | 231 | 111 | 42 | 0 | 50 | 320 | 71 | 46 |
| Binary | 101010 | 1100101 | 10011001 | 1001001 | 100010 | 0 | 101000 | 11010000 | 111001 | 100110 |
Color Harmonies of #2A6599
Complementary color
Monochromatic Colors of #2A6599
Black with #2A6599
Text Example
Text Example
White with #2A6599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6599; }
p { color: rgb(42,101,153); }
H1.HeaderClassName
{
color: #2A6599;
}
.AnyTagClassName
{
color: #2A6599;
}
</style>
background-color css
<style>
a { background-color: #2A6599; }
a { background-color: rgb(42,101,153); }
div.DivClassName
{
background-color: #2A6599;
}
.BgClassName
{
background-color: #2A6599;
}
</style>
border-color css
<style>
span { border-color: #2A6599; }
span { border-color: rgb(42,101,153); }
td.TdClassName
{
border-color: #2A6599;
}
.TagClassName
{
border-color: #2A6599;
}
</style>