Shades of Lochmara #3175AB
Tints of Lochmara #3175AB
RGB
CMYK
RGB Variations
Color information
#3175AB (or 0x3175AB) is known color: Lochmara. HEX triplet: 31, 75 and AB. RGB value is (49,117,171). Sum of RGB (Red+Green+Blue) = 49+117+171=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #3175AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3175AB is #CE8A54. Grayscale: #666666. Windows color (decimal): -13535829 or 11236657. OLE color: 11236657.
HSL color Cylindrical-coordinate representation of color #3175AB: hue angle of 206.56º 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 #3175AB is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 117 | 171 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.33 |
| HSL | 206.56º | 0.55% | 0.43% | - |
| HSV(B) | 206.56º | 0.71% | 0.67% | - |
| XYZ | 14.98 | 16.32 | 40.89 | - |
| YUV | 102.82 | 166.47 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 171 | 0.71 | 0.32 | 0 | 0.33 | 206.56 | 0.55 | 0.43 |
| Hex | 31 | 75 | AB | 47 | 20 | 0 | 21 | CF | 37 | 2B |
| Octal | 61 | 165 | 253 | 107 | 40 | 0 | 41 | 317 | 67 | 53 |
| Binary | 110001 | 1110101 | 10101011 | 1000111 | 100000 | 0 | 100001 | 11001111 | 110111 | 101011 |
Color Harmonies of #3175AB
Complementary color
Monochromatic Colors of #3175AB
Black with #3175AB
Text Example
Text Example
White with #3175AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3175AB; }
p { color: rgb(49,117,171); }
H1.HeaderClassName
{
color: #3175AB;
}
.AnyTagClassName
{
color: #3175AB;
}
</style>
background-color css
<style>
a { background-color: #3175AB; }
a { background-color: rgb(49,117,171); }
div.DivClassName
{
background-color: #3175AB;
}
.BgClassName
{
background-color: #3175AB;
}
</style>
border-color css
<style>
span { border-color: #3175AB; }
span { border-color: rgb(49,117,171); }
td.TdClassName
{
border-color: #3175AB;
}
.TagClassName
{
border-color: #3175AB;
}
</style>