Shades of Lochmara #3166AD
Tints of Lochmara #3166AD
RGB
CMYK
RGB Variations
Color information
#3166AD (or 0x3166AD) is known color: Lochmara. HEX triplet: 31, 66 and AD. RGB value is (49,102,173). Sum of RGB (Red+Green+Blue) = 49+102+173=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #3166AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3166AD is #CE9952. Grayscale: #5D5D5D. Windows color (decimal): -13539667 or 11363889. OLE color: 11363889.
HSL color Cylindrical-coordinate representation of color #3166AD: hue angle of 214.35º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3166AD is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 102 | 173 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.32 |
| HSL | 214.35º | 0.56% | 0.44% | - |
| HSV(B) | 214.35º | 0.72% | 0.68% | - |
| XYZ | 13.56 | 13.17 | 41.36 | - |
| YUV | 94.25 | 172.44 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 173 | 0.72 | 0.41 | 0 | 0.32 | 214.35 | 0.56 | 0.44 |
| Hex | 31 | 66 | AD | 48 | 29 | 0 | 20 | D6 | 38 | 2C |
| Octal | 61 | 146 | 255 | 110 | 51 | 0 | 40 | 326 | 70 | 54 |
| Binary | 110001 | 1100110 | 10101101 | 1001000 | 101001 | 0 | 100000 | 11010110 | 111000 | 101100 |
Color Harmonies of #3166AD
Complementary color
Monochromatic Colors of #3166AD
Black with #3166AD
Text Example
Text Example
White with #3166AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3166AD; }
p { color: rgb(49,102,173); }
H1.HeaderClassName
{
color: #3166AD;
}
.AnyTagClassName
{
color: #3166AD;
}
</style>
background-color css
<style>
a { background-color: #3166AD; }
a { background-color: rgb(49,102,173); }
div.DivClassName
{
background-color: #3166AD;
}
.BgClassName
{
background-color: #3166AD;
}
</style>
border-color css
<style>
span { border-color: #3166AD; }
span { border-color: rgb(49,102,173); }
td.TdClassName
{
border-color: #3166AD;
}
.TagClassName
{
border-color: #3166AD;
}
</style>