Shades of Lochmara #3168A0
Tints of Lochmara #3168A0
RGB
CMYK
RGB Variations
Color information
#3168A0 (or 0x3168A0) is known color: Lochmara. HEX triplet: 31, 68 and A0. RGB value is (49,104,160). Sum of RGB (Red+Green+Blue) = 49+104+160=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 160 (62.89% from 255 or 51.12% from 313); Max value from RGB is 160 - color contains mainly: blue. Hex color #3168A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3168A0 is #CE975F. Grayscale: #5D5D5D. Windows color (decimal): -13539168 or 10512433. OLE color: 10512433.
HSL color Cylindrical-coordinate representation of color #3168A0: hue angle of 210.27º 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 #3168A0 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 104 | 160 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.37 |
| HSL | 210.27º | 0.53% | 0.41% | - |
| HSV(B) | 210.27º | 0.69% | 0.63% | - |
| XYZ | 12.56 | 13.09 | 35.12 | - |
| YUV | 93.94 | 165.28 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 160 | 0.69 | 0.35 | 0 | 0.37 | 210.27 | 0.53 | 0.41 |
| Hex | 31 | 68 | A0 | 45 | 23 | 0 | 25 | D2 | 35 | 29 |
| Octal | 61 | 150 | 240 | 105 | 43 | 0 | 45 | 322 | 65 | 51 |
| Binary | 110001 | 1101000 | 10100000 | 1000101 | 100011 | 0 | 100101 | 11010010 | 110101 | 101001 |
Color Harmonies of #3168A0
Complementary color
Monochromatic Colors of #3168A0
Black with #3168A0
Text Example
Text Example
White with #3168A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3168A0; }
p { color: rgb(49,104,160); }
H1.HeaderClassName
{
color: #3168A0;
}
.AnyTagClassName
{
color: #3168A0;
}
</style>
background-color css
<style>
a { background-color: #3168A0; }
a { background-color: rgb(49,104,160); }
div.DivClassName
{
background-color: #3168A0;
}
.BgClassName
{
background-color: #3168A0;
}
</style>
border-color css
<style>
span { border-color: #3168A0; }
span { border-color: rgb(49,104,160); }
td.TdClassName
{
border-color: #3168A0;
}
.TagClassName
{
border-color: #3168A0;
}
</style>