Shades of Lochmara #3167A0
Tints of Lochmara #3167A0
RGB
CMYK
RGB Variations
Color information
#3167A0 (or 0x3167A0) is known color: Lochmara. HEX triplet: 31, 67 and A0. RGB value is (49,103,160). Sum of RGB (Red+Green+Blue) = 49+103+160=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 160 (62.89% from 255 or 51.28% from 312); Max value from RGB is 160 - color contains mainly: blue. Hex color #3167A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3167A0 is #CE985F. Grayscale: #5D5D5D. Windows color (decimal): -13539424 or 10512177. OLE color: 10512177.
HSL color Cylindrical-coordinate representation of color #3167A0: hue angle of 210.81º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3167A0 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 103 | 160 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.37 |
| HSL | 210.81º | 0.53% | 0.41% | - |
| HSV(B) | 210.81º | 0.69% | 0.63% | - |
| XYZ | 12.46 | 12.89 | 35.09 | - |
| YUV | 93.35 | 165.61 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 103 | 160 | 0.69 | 0.36 | 0 | 0.37 | 210.81 | 0.53 | 0.41 |
| Hex | 31 | 67 | A0 | 45 | 24 | 0 | 25 | D3 | 35 | 29 |
| Octal | 61 | 147 | 240 | 105 | 44 | 0 | 45 | 323 | 65 | 51 |
| Binary | 110001 | 1100111 | 10100000 | 1000101 | 100100 | 0 | 100101 | 11010011 | 110101 | 101001 |
Color Harmonies of #3167A0
Complementary color
Monochromatic Colors of #3167A0
Black with #3167A0
Text Example
Text Example
White with #3167A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3167A0; }
p { color: rgb(49,103,160); }
H1.HeaderClassName
{
color: #3167A0;
}
.AnyTagClassName
{
color: #3167A0;
}
</style>
background-color css
<style>
a { background-color: #3167A0; }
a { background-color: rgb(49,103,160); }
div.DivClassName
{
background-color: #3167A0;
}
.BgClassName
{
background-color: #3167A0;
}
</style>
border-color css
<style>
span { border-color: #3167A0; }
span { border-color: rgb(49,103,160); }
td.TdClassName
{
border-color: #3167A0;
}
.TagClassName
{
border-color: #3167A0;
}
</style>