Shades of Lochmara #3164AB
Tints of Lochmara #3164AB
RGB
CMYK
RGB Variations
Color information
#3164AB (or 0x3164AB) is known color: Lochmara. HEX triplet: 31, 64 and AB. RGB value is (49,100,171). Sum of RGB (Red+Green+Blue) = 49+100+171=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #3164AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3164AB is #CE9B54. Grayscale: #5C5C5C. Windows color (decimal): -13540181 or 11232305. OLE color: 11232305.
HSL color Cylindrical-coordinate representation of color #3164AB: hue angle of 214.92º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3164AB is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 100 | 171 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.33 |
| HSL | 214.92º | 0.55% | 0.43% | - |
| HSV(B) | 214.92º | 0.71% | 0.67% | - |
| XYZ | 13.17 | 12.71 | 40.29 | - |
| YUV | 92.85 | 172.1 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 171 | 0.71 | 0.42 | 0 | 0.33 | 214.92 | 0.55 | 0.43 |
| Hex | 31 | 64 | AB | 47 | 2A | 0 | 21 | D7 | 37 | 2B |
| Octal | 61 | 144 | 253 | 107 | 52 | 0 | 41 | 327 | 67 | 53 |
| Binary | 110001 | 1100100 | 10101011 | 1000111 | 101010 | 0 | 100001 | 11010111 | 110111 | 101011 |
Color Harmonies of #3164AB
Complementary color
Monochromatic Colors of #3164AB
Black with #3164AB
Text Example
Text Example
White with #3164AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3164AB; }
p { color: rgb(49,100,171); }
H1.HeaderClassName
{
color: #3164AB;
}
.AnyTagClassName
{
color: #3164AB;
}
</style>
background-color css
<style>
a { background-color: #3164AB; }
a { background-color: rgb(49,100,171); }
div.DivClassName
{
background-color: #3164AB;
}
.BgClassName
{
background-color: #3164AB;
}
</style>
border-color css
<style>
span { border-color: #3164AB; }
span { border-color: rgb(49,100,171); }
td.TdClassName
{
border-color: #3164AB;
}
.TagClassName
{
border-color: #3164AB;
}
</style>