Shades of Lochmara #2A659D
Tints of Lochmara #2A659D
RGB
CMYK
RGB Variations
Color information
#2A659D (or 0x2A659D) is known color: Lochmara. HEX triplet: 2A, 65 and 9D. RGB value is (42,101,157). Sum of RGB (Red+Green+Blue) = 42+101+157=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A659D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A659D is #D59A62. Grayscale: #595959. Windows color (decimal): -13998691 or 10315050. OLE color: 10315050.
HSL color Cylindrical-coordinate representation of color #2A659D: hue angle of 209.22º 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 #2A659D is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 101 | 157 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.38 |
| HSL | 209.22º | 0.58% | 0.39% | - |
| HSV(B) | 209.22º | 0.73% | 0.62% | - |
| XYZ | 11.69 | 12.23 | 33.64 | - |
| YUV | 89.74 | 165.95 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 157 | 0.73 | 0.36 | 0 | 0.38 | 209.22 | 0.58 | 0.39 |
| Hex | 2A | 65 | 9D | 49 | 24 | 0 | 26 | D1 | 3A | 27 |
| Octal | 52 | 145 | 235 | 111 | 44 | 0 | 46 | 321 | 72 | 47 |
| Binary | 101010 | 1100101 | 10011101 | 1001001 | 100100 | 0 | 100110 | 11010001 | 111010 | 100111 |
Color Harmonies of #2A659D
Complementary color
Monochromatic Colors of #2A659D
Black with #2A659D
Text Example
Text Example
White with #2A659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A659D; }
p { color: rgb(42,101,157); }
H1.HeaderClassName
{
color: #2A659D;
}
.AnyTagClassName
{
color: #2A659D;
}
</style>
background-color css
<style>
a { background-color: #2A659D; }
a { background-color: rgb(42,101,157); }
div.DivClassName
{
background-color: #2A659D;
}
.BgClassName
{
background-color: #2A659D;
}
</style>
border-color css
<style>
span { border-color: #2A659D; }
span { border-color: rgb(42,101,157); }
td.TdClassName
{
border-color: #2A659D;
}
.TagClassName
{
border-color: #2A659D;
}
</style>