Shades of Lochmara #317AAA
Tints of Lochmara #317AAA
RGB
CMYK
RGB Variations
Color information
#317AAA (or 0x317AAA) is known color: Lochmara. HEX triplet: 31, 7A and AA. RGB value is (49,122,170). Sum of RGB (Red+Green+Blue) = 49+122+170=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #317AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317AAA is #CE8555. Grayscale: #696969. Windows color (decimal): -13534550 or 11172401. OLE color: 11172401.
HSL color Cylindrical-coordinate representation of color #317AAA: hue angle of 203.8º 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 #317AAA is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 122 | 170 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.33 |
| HSL | 203.8º | 0.55% | 0.43% | - |
| HSV(B) | 203.8º | 0.71% | 0.67% | - |
| XYZ | 15.48 | 17.47 | 40.59 | - |
| YUV | 105.65 | 164.32 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 122 | 170 | 0.71 | 0.28 | 0 | 0.33 | 203.8 | 0.55 | 0.43 |
| Hex | 31 | 7A | AA | 47 | 1C | 0 | 21 | CC | 37 | 2B |
| Octal | 61 | 172 | 252 | 107 | 34 | 0 | 41 | 314 | 67 | 53 |
| Binary | 110001 | 1111010 | 10101010 | 1000111 | 11100 | 0 | 100001 | 11001100 | 110111 | 101011 |
Color Harmonies of #317AAA
Complementary color
Monochromatic Colors of #317AAA
Black with #317AAA
Text Example
Text Example
White with #317AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317AAA; }
p { color: rgb(49,122,170); }
H1.HeaderClassName
{
color: #317AAA;
}
.AnyTagClassName
{
color: #317AAA;
}
</style>
background-color css
<style>
a { background-color: #317AAA; }
a { background-color: rgb(49,122,170); }
div.DivClassName
{
background-color: #317AAA;
}
.BgClassName
{
background-color: #317AAA;
}
</style>
border-color css
<style>
span { border-color: #317AAA; }
span { border-color: rgb(49,122,170); }
td.TdClassName
{
border-color: #317AAA;
}
.TagClassName
{
border-color: #317AAA;
}
</style>