Shades of Lochmara #2A63A3
Tints of Lochmara #2A63A3
RGB
CMYK
RGB Variations
Color information
#2A63A3 (or 0x2A63A3) is known color: Lochmara. HEX triplet: 2A, 63 and A3. RGB value is (42,99,163). Sum of RGB (Red+Green+Blue) = 42+99+163=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 163 (64.06% from 255 or 53.62% from 304); Max value from RGB is 163 - color contains mainly: blue. Hex color #2A63A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A63A3 is #D59C5C. Grayscale: #585858. Windows color (decimal): -13999197 or 10707754. OLE color: 10707754.
HSL color Cylindrical-coordinate representation of color #2A63A3: hue angle of 211.74º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A63A3 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 99 | 163 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.36 |
| HSL | 211.74º | 0.59% | 0.4% | - |
| HSV(B) | 211.74º | 0.74% | 0.64% | - |
| XYZ | 12.03 | 12.06 | 36.34 | - |
| YUV | 89.25 | 169.62 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 163 | 0.74 | 0.39 | 0 | 0.36 | 211.74 | 0.59 | 0.4 |
| Hex | 2A | 63 | A3 | 4A | 27 | 0 | 24 | D4 | 3B | 28 |
| Octal | 52 | 143 | 243 | 112 | 47 | 0 | 44 | 324 | 73 | 50 |
| Binary | 101010 | 1100011 | 10100011 | 1001010 | 100111 | 0 | 100100 | 11010100 | 111011 | 101000 |
Color Harmonies of #2A63A3
Complementary color
Monochromatic Colors of #2A63A3
Black with #2A63A3
Text Example
Text Example
White with #2A63A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A63A3; }
p { color: rgb(42,99,163); }
H1.HeaderClassName
{
color: #2A63A3;
}
.AnyTagClassName
{
color: #2A63A3;
}
</style>
background-color css
<style>
a { background-color: #2A63A3; }
a { background-color: rgb(42,99,163); }
div.DivClassName
{
background-color: #2A63A3;
}
.BgClassName
{
background-color: #2A63A3;
}
</style>
border-color css
<style>
span { border-color: #2A63A3; }
span { border-color: rgb(42,99,163); }
td.TdClassName
{
border-color: #2A63A3;
}
.TagClassName
{
border-color: #2A63A3;
}
</style>