Shades of Lochmara #3176AD
Tints of Lochmara #3176AD
RGB
CMYK
RGB Variations
Color information
#3176AD (or 0x3176AD) is known color: Lochmara. HEX triplet: 31, 76 and AD. RGB value is (49,118,173). Sum of RGB (Red+Green+Blue) = 49+118+173=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #3176AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3176AD is #CE8952. Grayscale: #676767. Windows color (decimal): -13535571 or 11367985. OLE color: 11367985.
HSL color Cylindrical-coordinate representation of color #3176AD: hue angle of 206.61º 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 #3176AD is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 118 | 173 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.32 |
| HSL | 206.61º | 0.56% | 0.44% | - |
| HSV(B) | 206.61º | 0.72% | 0.68% | - |
| XYZ | 15.29 | 16.63 | 41.94 | - |
| YUV | 103.64 | 167.14 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 173 | 0.72 | 0.32 | 0 | 0.32 | 206.61 | 0.56 | 0.44 |
| Hex | 31 | 76 | AD | 48 | 20 | 0 | 20 | CF | 38 | 2C |
| Octal | 61 | 166 | 255 | 110 | 40 | 0 | 40 | 317 | 70 | 54 |
| Binary | 110001 | 1110110 | 10101101 | 1001000 | 100000 | 0 | 100000 | 11001111 | 111000 | 101100 |
Color Harmonies of #3176AD
Complementary color
Monochromatic Colors of #3176AD
Black with #3176AD
Text Example
Text Example
White with #3176AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3176AD; }
p { color: rgb(49,118,173); }
H1.HeaderClassName
{
color: #3176AD;
}
.AnyTagClassName
{
color: #3176AD;
}
</style>
background-color css
<style>
a { background-color: #3176AD; }
a { background-color: rgb(49,118,173); }
div.DivClassName
{
background-color: #3176AD;
}
.BgClassName
{
background-color: #3176AD;
}
</style>
border-color css
<style>
span { border-color: #3176AD; }
span { border-color: rgb(49,118,173); }
td.TdClassName
{
border-color: #3176AD;
}
.TagClassName
{
border-color: #3176AD;
}
</style>