Shades of Lochmara #3175A0
Tints of Lochmara #3175A0
RGB
CMYK
RGB Variations
Color information
#3175A0 (or 0x3175A0) is known color: Lochmara. HEX triplet: 31, 75 and A0. RGB value is (49,117,160). Sum of RGB (Red+Green+Blue) = 49+117+160=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #3175A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3175A0 is #CE8A5F. Grayscale: #656565. Windows color (decimal): -13535840 or 10515761. OLE color: 10515761.
HSL color Cylindrical-coordinate representation of color #3175A0: hue angle of 203.24º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3175A0 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 117 | 160 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.37 |
| HSL | 203.24º | 0.53% | 0.41% | - |
| HSV(B) | 203.24º | 0.69% | 0.63% | - |
| XYZ | 13.97 | 15.91 | 35.59 | - |
| YUV | 101.57 | 160.97 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 160 | 0.69 | 0.27 | 0 | 0.37 | 203.24 | 0.53 | 0.41 |
| Hex | 31 | 75 | A0 | 45 | 1B | 0 | 25 | CB | 35 | 29 |
| Octal | 61 | 165 | 240 | 105 | 33 | 0 | 45 | 313 | 65 | 51 |
| Binary | 110001 | 1110101 | 10100000 | 1000101 | 11011 | 0 | 100101 | 11001011 | 110101 | 101001 |
Color Harmonies of #3175A0
Complementary color
Monochromatic Colors of #3175A0
Black with #3175A0
Text Example
Text Example
White with #3175A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3175A0; }
p { color: rgb(49,117,160); }
H1.HeaderClassName
{
color: #3175A0;
}
.AnyTagClassName
{
color: #3175A0;
}
</style>
background-color css
<style>
a { background-color: #3175A0; }
a { background-color: rgb(49,117,160); }
div.DivClassName
{
background-color: #3175A0;
}
.BgClassName
{
background-color: #3175A0;
}
</style>
border-color css
<style>
span { border-color: #3175A0; }
span { border-color: rgb(49,117,160); }
td.TdClassName
{
border-color: #3175A0;
}
.TagClassName
{
border-color: #3175A0;
}
</style>