Shades of Lochmara #31719E
Tints of Lochmara #31719E
RGB
CMYK
RGB Variations
Color information
#31719E (or 0x31719E) is known color: Lochmara. HEX triplet: 31, 71 and 9E. RGB value is (49,113,158). Sum of RGB (Red+Green+Blue) = 49+113+158=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #31719E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31719E is #CE8E61. Grayscale: #626262. Windows color (decimal): -13536866 or 10383665. OLE color: 10383665.
HSL color Cylindrical-coordinate representation of color #31719E: hue angle of 204.77º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31719E is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 113 | 158 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.38 |
| HSL | 204.77º | 0.53% | 0.41% | - |
| HSV(B) | 204.77º | 0.69% | 0.62% | - |
| XYZ | 13.34 | 14.93 | 34.53 | - |
| YUV | 98.99 | 161.3 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 113 | 158 | 0.69 | 0.28 | 0 | 0.38 | 204.77 | 0.53 | 0.41 |
| Hex | 31 | 71 | 9E | 45 | 1C | 0 | 26 | CD | 35 | 29 |
| Octal | 61 | 161 | 236 | 105 | 34 | 0 | 46 | 315 | 65 | 51 |
| Binary | 110001 | 1110001 | 10011110 | 1000101 | 11100 | 0 | 100110 | 11001101 | 110101 | 101001 |
Color Harmonies of #31719E
Complementary color
Monochromatic Colors of #31719E
Black with #31719E
Text Example
Text Example
White with #31719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31719E; }
p { color: rgb(49,113,158); }
H1.HeaderClassName
{
color: #31719E;
}
.AnyTagClassName
{
color: #31719E;
}
</style>
background-color css
<style>
a { background-color: #31719E; }
a { background-color: rgb(49,113,158); }
div.DivClassName
{
background-color: #31719E;
}
.BgClassName
{
background-color: #31719E;
}
</style>
border-color css
<style>
span { border-color: #31719E; }
span { border-color: rgb(49,113,158); }
td.TdClassName
{
border-color: #31719E;
}
.TagClassName
{
border-color: #31719E;
}
</style>