Shades of Lochmara #3167A3
Tints of Lochmara #3167A3
RGB
CMYK
RGB Variations
Color information
#3167A3 (or 0x3167A3) is known color: Lochmara. HEX triplet: 31, 67 and A3. RGB value is (49,103,163). Sum of RGB (Red+Green+Blue) = 49+103+163=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 163 (64.06% from 255 or 51.75% from 315); Max value from RGB is 163 - color contains mainly: blue. Hex color #3167A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3167A3 is #CE985C. Grayscale: #5D5D5D. Windows color (decimal): -13539421 or 10708785. OLE color: 10708785.
HSL color Cylindrical-coordinate representation of color #3167A3: hue angle of 211.58º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3167A3 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 103 | 163 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.36 |
| HSL | 211.58º | 0.54% | 0.42% | - |
| HSV(B) | 211.58º | 0.7% | 0.64% | - |
| XYZ | 12.73 | 13 | 36.49 | - |
| YUV | 93.69 | 167.11 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 103 | 163 | 0.70 | 0.37 | 0 | 0.36 | 211.58 | 0.54 | 0.42 |
| Hex | 31 | 67 | A3 | 46 | 25 | 0 | 24 | D4 | 36 | 2A |
| Octal | 61 | 147 | 243 | 106 | 45 | 0 | 44 | 324 | 66 | 52 |
| Binary | 110001 | 1100111 | 10100011 | 1000110 | 100101 | 0 | 100100 | 11010100 | 110110 | 101010 |
Color Harmonies of #3167A3
Complementary color
Monochromatic Colors of #3167A3
Black with #3167A3
Text Example
Text Example
White with #3167A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3167A3; }
p { color: rgb(49,103,163); }
H1.HeaderClassName
{
color: #3167A3;
}
.AnyTagClassName
{
color: #3167A3;
}
</style>
background-color css
<style>
a { background-color: #3167A3; }
a { background-color: rgb(49,103,163); }
div.DivClassName
{
background-color: #3167A3;
}
.BgClassName
{
background-color: #3167A3;
}
</style>
border-color css
<style>
span { border-color: #3167A3; }
span { border-color: rgb(49,103,163); }
td.TdClassName
{
border-color: #3167A3;
}
.TagClassName
{
border-color: #3167A3;
}
</style>