Shades of Lochmara #2A649B
Tints of Lochmara #2A649B
RGB
CMYK
RGB Variations
Color information
#2A649B (or 0x2A649B) is known color: Lochmara. HEX triplet: 2A, 64 and 9B. RGB value is (42,100,155). Sum of RGB (Red+Green+Blue) = 42+100+155=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A649B is #D59B64. Grayscale: #585858. Windows color (decimal): -13998949 or 10183722. OLE color: 10183722.
HSL color Cylindrical-coordinate representation of color #2A649B: hue angle of 209.2º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A649B is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 100 | 155 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.39 |
| HSL | 209.2º | 0.57% | 0.39% | - |
| HSV(B) | 209.2º | 0.73% | 0.61% | - |
| XYZ | 11.43 | 11.97 | 32.72 | - |
| YUV | 88.93 | 165.28 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 100 | 155 | 0.73 | 0.35 | 0 | 0.39 | 209.2 | 0.57 | 0.39 |
| Hex | 2A | 64 | 9B | 49 | 23 | 0 | 27 | D1 | 39 | 27 |
| Octal | 52 | 144 | 233 | 111 | 43 | 0 | 47 | 321 | 71 | 47 |
| Binary | 101010 | 1100100 | 10011011 | 1001001 | 100011 | 0 | 100111 | 11010001 | 111001 | 100111 |
Color Harmonies of #2A649B
Complementary color
Monochromatic Colors of #2A649B
Black with #2A649B
Text Example
Text Example
White with #2A649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A649B; }
p { color: rgb(42,100,155); }
H1.HeaderClassName
{
color: #2A649B;
}
.AnyTagClassName
{
color: #2A649B;
}
</style>
background-color css
<style>
a { background-color: #2A649B; }
a { background-color: rgb(42,100,155); }
div.DivClassName
{
background-color: #2A649B;
}
.BgClassName
{
background-color: #2A649B;
}
</style>
border-color css
<style>
span { border-color: #2A649B; }
span { border-color: rgb(42,100,155); }
td.TdClassName
{
border-color: #2A649B;
}
.TagClassName
{
border-color: #2A649B;
}
</style>