Shades of Lochmara #2A679D
Tints of Lochmara #2A679D
RGB
CMYK
RGB Variations
Color information
#2A679D (or 0x2A679D) is known color: Lochmara. HEX triplet: 2A, 67 and 9D. RGB value is (42,103,157). Sum of RGB (Red+Green+Blue) = 42+103+157=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A679D is #D59862. Grayscale: #5A5A5A. Windows color (decimal): -13998179 or 10315562. OLE color: 10315562.
HSL color Cylindrical-coordinate representation of color #2A679D: hue angle of 208.17º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A679D is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 103 | 157 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.38 |
| HSL | 208.17º | 0.58% | 0.39% | - |
| HSV(B) | 208.17º | 0.73% | 0.62% | - |
| XYZ | 11.89 | 12.63 | 33.71 | - |
| YUV | 90.92 | 165.29 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 103 | 157 | 0.73 | 0.34 | 0 | 0.38 | 208.17 | 0.58 | 0.39 |
| Hex | 2A | 67 | 9D | 49 | 22 | 0 | 26 | D0 | 3A | 27 |
| Octal | 52 | 147 | 235 | 111 | 42 | 0 | 46 | 320 | 72 | 47 |
| Binary | 101010 | 1100111 | 10011101 | 1001001 | 100010 | 0 | 100110 | 11010000 | 111010 | 100111 |
Color Harmonies of #2A679D
Complementary color
Monochromatic Colors of #2A679D
Black with #2A679D
Text Example
Text Example
White with #2A679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A679D; }
p { color: rgb(42,103,157); }
H1.HeaderClassName
{
color: #2A679D;
}
.AnyTagClassName
{
color: #2A679D;
}
</style>
background-color css
<style>
a { background-color: #2A679D; }
a { background-color: rgb(42,103,157); }
div.DivClassName
{
background-color: #2A679D;
}
.BgClassName
{
background-color: #2A679D;
}
</style>
border-color css
<style>
span { border-color: #2A679D; }
span { border-color: rgb(42,103,157); }
td.TdClassName
{
border-color: #2A679D;
}
.TagClassName
{
border-color: #2A679D;
}
</style>