Shades of Lochmara #3179AD
Tints of Lochmara #3179AD
RGB
CMYK
RGB Variations
Color information
#3179AD (or 0x3179AD) is known color: Lochmara. HEX triplet: 31, 79 and AD. RGB value is (49,121,173). Sum of RGB (Red+Green+Blue) = 49+121+173=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #3179AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3179AD is #CE8652. Grayscale: #696969. Windows color (decimal): -13534803 or 11368753. OLE color: 11368753.
HSL color Cylindrical-coordinate representation of color #3179AD: hue angle of 205.16º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3179AD is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 121 | 173 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.32 |
| HSL | 205.16º | 0.56% | 0.44% | - |
| HSV(B) | 205.16º | 0.72% | 0.68% | - |
| XYZ | 15.65 | 17.34 | 42.06 | - |
| YUV | 105.4 | 166.15 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 121 | 173 | 0.72 | 0.30 | 0 | 0.32 | 205.16 | 0.56 | 0.44 |
| Hex | 31 | 79 | AD | 48 | 1E | 0 | 20 | CD | 38 | 2C |
| Octal | 61 | 171 | 255 | 110 | 36 | 0 | 40 | 315 | 70 | 54 |
| Binary | 110001 | 1111001 | 10101101 | 1001000 | 11110 | 0 | 100000 | 11001101 | 111000 | 101100 |
Color Harmonies of #3179AD
Complementary color
Monochromatic Colors of #3179AD
Black with #3179AD
Text Example
Text Example
White with #3179AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3179AD; }
p { color: rgb(49,121,173); }
H1.HeaderClassName
{
color: #3179AD;
}
.AnyTagClassName
{
color: #3179AD;
}
</style>
background-color css
<style>
a { background-color: #3179AD; }
a { background-color: rgb(49,121,173); }
div.DivClassName
{
background-color: #3179AD;
}
.BgClassName
{
background-color: #3179AD;
}
</style>
border-color css
<style>
span { border-color: #3179AD; }
span { border-color: rgb(49,121,173); }
td.TdClassName
{
border-color: #3179AD;
}
.TagClassName
{
border-color: #3179AD;
}
</style>