Shades of Lochmara #3168AC
Tints of Lochmara #3168AC
RGB
CMYK
RGB Variations
Color information
#3168AC (or 0x3168AC) is known color: Lochmara. HEX triplet: 31, 68 and AC. RGB value is (49,104,172). Sum of RGB (Red+Green+Blue) = 49+104+172=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #3168AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3168AC is #CE9753. Grayscale: #5E5E5E. Windows color (decimal): -13539156 or 11298865. OLE color: 11298865.
HSL color Cylindrical-coordinate representation of color #3168AC: hue angle of 213.17º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3168AC is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 104 | 172 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.33 |
| HSL | 213.17º | 0.56% | 0.43% | - |
| HSV(B) | 213.17º | 0.72% | 0.67% | - |
| XYZ | 13.66 | 13.53 | 40.92 | - |
| YUV | 95.31 | 171.28 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 172 | 0.72 | 0.40 | 0 | 0.33 | 213.17 | 0.56 | 0.43 |
| Hex | 31 | 68 | AC | 48 | 28 | 0 | 21 | D5 | 38 | 2B |
| Octal | 61 | 150 | 254 | 110 | 50 | 0 | 41 | 325 | 70 | 53 |
| Binary | 110001 | 1101000 | 10101100 | 1001000 | 101000 | 0 | 100001 | 11010101 | 111000 | 101011 |
Color Harmonies of #3168AC
Complementary color
Monochromatic Colors of #3168AC
Black with #3168AC
Text Example
Text Example
White with #3168AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3168AC; }
p { color: rgb(49,104,172); }
H1.HeaderClassName
{
color: #3168AC;
}
.AnyTagClassName
{
color: #3168AC;
}
</style>
background-color css
<style>
a { background-color: #3168AC; }
a { background-color: rgb(49,104,172); }
div.DivClassName
{
background-color: #3168AC;
}
.BgClassName
{
background-color: #3168AC;
}
</style>
border-color css
<style>
span { border-color: #3168AC; }
span { border-color: rgb(49,104,172); }
td.TdClassName
{
border-color: #3168AC;
}
.TagClassName
{
border-color: #3168AC;
}
</style>