Shades of Lochmara #2A649F
Tints of Lochmara #2A649F
RGB
CMYK
RGB Variations
Color information
#2A649F (or 0x2A649F) is known color: Lochmara. HEX triplet: 2A, 64 and 9F. RGB value is (42,100,159). Sum of RGB (Red+Green+Blue) = 42+100+159=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A649F is #D59B60. Grayscale: #595959. Windows color (decimal): -13998945 or 10445866. OLE color: 10445866.
HSL color Cylindrical-coordinate representation of color #2A649F: hue angle of 210.26º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A649F is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 100 | 159 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.38 |
| HSL | 210.26º | 0.58% | 0.39% | - |
| HSV(B) | 210.26º | 0.74% | 0.62% | - |
| XYZ | 11.77 | 12.11 | 34.52 | - |
| YUV | 89.38 | 167.28 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 100 | 159 | 0.74 | 0.37 | 0 | 0.38 | 210.26 | 0.58 | 0.39 |
| Hex | 2A | 64 | 9F | 4A | 25 | 0 | 26 | D2 | 3A | 27 |
| Octal | 52 | 144 | 237 | 112 | 45 | 0 | 46 | 322 | 72 | 47 |
| Binary | 101010 | 1100100 | 10011111 | 1001010 | 100101 | 0 | 100110 | 11010010 | 111010 | 100111 |
Color Harmonies of #2A649F
Complementary color
Monochromatic Colors of #2A649F
Black with #2A649F
Text Example
Text Example
White with #2A649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A649F; }
p { color: rgb(42,100,159); }
H1.HeaderClassName
{
color: #2A649F;
}
.AnyTagClassName
{
color: #2A649F;
}
</style>
background-color css
<style>
a { background-color: #2A649F; }
a { background-color: rgb(42,100,159); }
div.DivClassName
{
background-color: #2A649F;
}
.BgClassName
{
background-color: #2A649F;
}
</style>
border-color css
<style>
span { border-color: #2A649F; }
span { border-color: rgb(42,100,159); }
td.TdClassName
{
border-color: #2A649F;
}
.TagClassName
{
border-color: #2A649F;
}
</style>