Shades of Lochmara #3170AA
Tints of Lochmara #3170AA
RGB
CMYK
RGB Variations
Color information
#3170AA (or 0x3170AA) is known color: Lochmara. HEX triplet: 31, 70 and AA. RGB value is (49,112,170). Sum of RGB (Red+Green+Blue) = 49+112+170=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #3170AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3170AA is #CE8F55. Grayscale: #636363. Windows color (decimal): -13537110 or 11169841. OLE color: 11169841.
HSL color Cylindrical-coordinate representation of color #3170AA: hue angle of 208.76º 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 #3170AA is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 112 | 170 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.33 |
| HSL | 208.76º | 0.55% | 0.43% | - |
| HSV(B) | 208.76º | 0.71% | 0.67% | - |
| XYZ | 14.32 | 15.14 | 40.2 | - |
| YUV | 99.78 | 167.63 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 112 | 170 | 0.71 | 0.34 | 0 | 0.33 | 208.76 | 0.55 | 0.43 |
| Hex | 31 | 70 | AA | 47 | 22 | 0 | 21 | D1 | 37 | 2B |
| Octal | 61 | 160 | 252 | 107 | 42 | 0 | 41 | 321 | 67 | 53 |
| Binary | 110001 | 1110000 | 10101010 | 1000111 | 100010 | 0 | 100001 | 11010001 | 110111 | 101011 |
Color Harmonies of #3170AA
Complementary color
Monochromatic Colors of #3170AA
Black with #3170AA
Text Example
Text Example
White with #3170AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3170AA; }
p { color: rgb(49,112,170); }
H1.HeaderClassName
{
color: #3170AA;
}
.AnyTagClassName
{
color: #3170AA;
}
</style>
background-color css
<style>
a { background-color: #3170AA; }
a { background-color: rgb(49,112,170); }
div.DivClassName
{
background-color: #3170AA;
}
.BgClassName
{
background-color: #3170AA;
}
</style>
border-color css
<style>
span { border-color: #3170AA; }
span { border-color: rgb(49,112,170); }
td.TdClassName
{
border-color: #3170AA;
}
.TagClassName
{
border-color: #3170AA;
}
</style>