Shades of Lochmara #2A6D96
Tints of Lochmara #2A6D96
RGB
CMYK
RGB Variations
Color information
#2A6D96 (or 0x2A6D96) is known color: Lochmara. HEX triplet: 2A, 6D and 96. RGB value is (42,109,150). Sum of RGB (Red+Green+Blue) = 42+109+150=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #2A6D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6D96 is #D59269. Grayscale: #5D5D5D. Windows color (decimal): -13996650 or 9858346. OLE color: 9858346.
HSL color Cylindrical-coordinate representation of color #2A6D96: hue angle of 202.78º 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 #2A6D96 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 109 | 150 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.41 |
| HSL | 202.78º | 0.56% | 0.38% | - |
| HSV(B) | 202.78º | 0.72% | 0.59% | - |
| XYZ | 11.93 | 13.63 | 30.86 | - |
| YUV | 93.64 | 159.8 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 109 | 150 | 0.72 | 0.27 | 0 | 0.41 | 202.78 | 0.56 | 0.38 |
| Hex | 2A | 6D | 96 | 48 | 1B | 0 | 29 | CB | 38 | 26 |
| Octal | 52 | 155 | 226 | 110 | 33 | 0 | 51 | 313 | 70 | 46 |
| Binary | 101010 | 1101101 | 10010110 | 1001000 | 11011 | 0 | 101001 | 11001011 | 111000 | 100110 |
Color Harmonies of #2A6D96
Complementary color
Monochromatic Colors of #2A6D96
Black with #2A6D96
Text Example
Text Example
White with #2A6D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6D96; }
p { color: rgb(42,109,150); }
H1.HeaderClassName
{
color: #2A6D96;
}
.AnyTagClassName
{
color: #2A6D96;
}
</style>
background-color css
<style>
a { background-color: #2A6D96; }
a { background-color: rgb(42,109,150); }
div.DivClassName
{
background-color: #2A6D96;
}
.BgClassName
{
background-color: #2A6D96;
}
</style>
border-color css
<style>
span { border-color: #2A6D96; }
span { border-color: rgb(42,109,150); }
td.TdClassName
{
border-color: #2A6D96;
}
.TagClassName
{
border-color: #2A6D96;
}
</style>