Shades of Lochmara #2A6699
Tints of Lochmara #2A6699
RGB
CMYK
RGB Variations
Color information
#2A6699 (or 0x2A6699) is known color: Lochmara. HEX triplet: 2A, 66 and 99. RGB value is (42,102,153). Sum of RGB (Red+Green+Blue) = 42+102+153=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A6699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6699 is #D59966. Grayscale: #595959. Windows color (decimal): -13998439 or 10053162. OLE color: 10053162.
HSL color Cylindrical-coordinate representation of color #2A6699: hue angle of 207.57º 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 #2A6699 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 102 | 153 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.4 |
| HSL | 207.57º | 0.57% | 0.38% | - |
| HSV(B) | 207.57º | 0.73% | 0.6% | - |
| XYZ | 11.46 | 12.29 | 31.91 | - |
| YUV | 89.87 | 163.62 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 102 | 153 | 0.73 | 0.33 | 0 | 0.4 | 207.57 | 0.57 | 0.38 |
| Hex | 2A | 66 | 99 | 49 | 21 | 0 | 28 | D0 | 39 | 26 |
| Octal | 52 | 146 | 231 | 111 | 41 | 0 | 50 | 320 | 71 | 46 |
| Binary | 101010 | 1100110 | 10011001 | 1001001 | 100001 | 0 | 101000 | 11010000 | 111001 | 100110 |
Color Harmonies of #2A6699
Complementary color
Monochromatic Colors of #2A6699
Black with #2A6699
Text Example
Text Example
White with #2A6699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6699; }
p { color: rgb(42,102,153); }
H1.HeaderClassName
{
color: #2A6699;
}
.AnyTagClassName
{
color: #2A6699;
}
</style>
background-color css
<style>
a { background-color: #2A6699; }
a { background-color: rgb(42,102,153); }
div.DivClassName
{
background-color: #2A6699;
}
.BgClassName
{
background-color: #2A6699;
}
</style>
border-color css
<style>
span { border-color: #2A6699; }
span { border-color: rgb(42,102,153); }
td.TdClassName
{
border-color: #2A6699;
}
.TagClassName
{
border-color: #2A6699;
}
</style>