Shades of Lochmara #3173AF
Tints of Lochmara #3173AF
RGB
CMYK
RGB Variations
Color information
#3173AF (or 0x3173AF) is known color: Lochmara. HEX triplet: 31, 73 and AF. RGB value is (49,115,175). Sum of RGB (Red+Green+Blue) = 49+115+175=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #3173AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3173AF is #CE8C50. Grayscale: #656565. Windows color (decimal): -13536337 or 11498289. OLE color: 11498289.
HSL color Cylindrical-coordinate representation of color #3173AF: hue angle of 208.57º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3173AF is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 115 | 175 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.31 |
| HSL | 208.57º | 0.56% | 0.44% | - |
| HSV(B) | 208.57º | 0.72% | 0.69% | - |
| XYZ | 15.14 | 16.01 | 42.85 | - |
| YUV | 102.11 | 169.13 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 175 | 0.72 | 0.34 | 0 | 0.31 | 208.57 | 0.56 | 0.44 |
| Hex | 31 | 73 | AF | 48 | 22 | 0 | 1F | D1 | 38 | 2C |
| Octal | 61 | 163 | 257 | 110 | 42 | 0 | 37 | 321 | 70 | 54 |
| Binary | 110001 | 1110011 | 10101111 | 1001000 | 100010 | 0 | 11111 | 11010001 | 111000 | 101100 |
Color Harmonies of #3173AF
Complementary color
Monochromatic Colors of #3173AF
Black with #3173AF
Text Example
Text Example
White with #3173AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3173AF; }
p { color: rgb(49,115,175); }
H1.HeaderClassName
{
color: #3173AF;
}
.AnyTagClassName
{
color: #3173AF;
}
</style>
background-color css
<style>
a { background-color: #3173AF; }
a { background-color: rgb(49,115,175); }
div.DivClassName
{
background-color: #3173AF;
}
.BgClassName
{
background-color: #3173AF;
}
</style>
border-color css
<style>
span { border-color: #3173AF; }
span { border-color: rgb(49,115,175); }
td.TdClassName
{
border-color: #3173AF;
}
.TagClassName
{
border-color: #3173AF;
}
</style>