Shades of Lochmara #3173AA
Tints of Lochmara #3173AA
RGB
CMYK
RGB Variations
Color information
#3173AA (or 0x3173AA) is known color: Lochmara. HEX triplet: 31, 73 and AA. RGB value is (49,115,170). Sum of RGB (Red+Green+Blue) = 49+115+170=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #3173AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3173AA is #CE8C55. Grayscale: #656565. Windows color (decimal): -13536342 or 11170609. OLE color: 11170609.
HSL color Cylindrical-coordinate representation of color #3173AA: hue angle of 207.27º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3173AA is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 115 | 170 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.33 |
| HSL | 207.27º | 0.55% | 0.43% | - |
| HSV(B) | 207.27º | 0.71% | 0.67% | - |
| XYZ | 14.65 | 15.82 | 40.31 | - |
| YUV | 101.54 | 166.63 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 170 | 0.71 | 0.32 | 0 | 0.33 | 207.27 | 0.55 | 0.43 |
| Hex | 31 | 73 | AA | 47 | 20 | 0 | 21 | CF | 37 | 2B |
| Octal | 61 | 163 | 252 | 107 | 40 | 0 | 41 | 317 | 67 | 53 |
| Binary | 110001 | 1110011 | 10101010 | 1000111 | 100000 | 0 | 100001 | 11001111 | 110111 | 101011 |
Color Harmonies of #3173AA
Complementary color
Monochromatic Colors of #3173AA
Black with #3173AA
Text Example
Text Example
White with #3173AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3173AA; }
p { color: rgb(49,115,170); }
H1.HeaderClassName
{
color: #3173AA;
}
.AnyTagClassName
{
color: #3173AA;
}
</style>
background-color css
<style>
a { background-color: #3173AA; }
a { background-color: rgb(49,115,170); }
div.DivClassName
{
background-color: #3173AA;
}
.BgClassName
{
background-color: #3173AA;
}
</style>
border-color css
<style>
span { border-color: #3173AA; }
span { border-color: rgb(49,115,170); }
td.TdClassName
{
border-color: #3173AA;
}
.TagClassName
{
border-color: #3173AA;
}
</style>