Shades of Lochmara #3174AB
Tints of Lochmara #3174AB
RGB
CMYK
RGB Variations
Color information
#3174AB (or 0x3174AB) is known color: Lochmara. HEX triplet: 31, 74 and AB. RGB value is (49,116,171). Sum of RGB (Red+Green+Blue) = 49+116+171=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #3174AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3174AB is #CE8B54. Grayscale: #656565. Windows color (decimal): -13536085 or 11236401. OLE color: 11236401.
HSL color Cylindrical-coordinate representation of color #3174AB: hue angle of 207.05º 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 #3174AB is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 116 | 171 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.33 |
| HSL | 207.05º | 0.55% | 0.43% | - |
| HSV(B) | 207.05º | 0.71% | 0.67% | - |
| XYZ | 14.86 | 16.08 | 40.85 | - |
| YUV | 102.24 | 166.8 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 116 | 171 | 0.71 | 0.32 | 0 | 0.33 | 207.05 | 0.55 | 0.43 |
| Hex | 31 | 74 | AB | 47 | 20 | 0 | 21 | CF | 37 | 2B |
| Octal | 61 | 164 | 253 | 107 | 40 | 0 | 41 | 317 | 67 | 53 |
| Binary | 110001 | 1110100 | 10101011 | 1000111 | 100000 | 0 | 100001 | 11001111 | 110111 | 101011 |
Color Harmonies of #3174AB
Complementary color
Monochromatic Colors of #3174AB
Black with #3174AB
Text Example
Text Example
White with #3174AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3174AB; }
p { color: rgb(49,116,171); }
H1.HeaderClassName
{
color: #3174AB;
}
.AnyTagClassName
{
color: #3174AB;
}
</style>
background-color css
<style>
a { background-color: #3174AB; }
a { background-color: rgb(49,116,171); }
div.DivClassName
{
background-color: #3174AB;
}
.BgClassName
{
background-color: #3174AB;
}
</style>
border-color css
<style>
span { border-color: #3174AB; }
span { border-color: rgb(49,116,171); }
td.TdClassName
{
border-color: #3174AB;
}
.TagClassName
{
border-color: #3174AB;
}
</style>