Shades of Lochmara #31649F
Tints of Lochmara #31649F
RGB
CMYK
RGB Variations
Color information
#31649F (or 0x31649F) is known color: Lochmara. HEX triplet: 31, 64 and 9F. RGB value is (49,100,159). Sum of RGB (Red+Green+Blue) = 49+100+159=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #31649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31649F is #CE9B60. Grayscale: #5B5B5B. Windows color (decimal): -13540193 or 10445873. OLE color: 10445873.
HSL color Cylindrical-coordinate representation of color #31649F: hue angle of 212.18º 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 #31649F is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 100 | 159 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.38 |
| HSL | 212.18º | 0.53% | 0.41% | - |
| HSV(B) | 212.18º | 0.69% | 0.62% | - |
| XYZ | 12.08 | 12.27 | 34.53 | - |
| YUV | 91.48 | 166.1 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 159 | 0.69 | 0.37 | 0 | 0.38 | 212.18 | 0.53 | 0.41 |
| Hex | 31 | 64 | 9F | 45 | 25 | 0 | 26 | D4 | 35 | 29 |
| Octal | 61 | 144 | 237 | 105 | 45 | 0 | 46 | 324 | 65 | 51 |
| Binary | 110001 | 1100100 | 10011111 | 1000101 | 100101 | 0 | 100110 | 11010100 | 110101 | 101001 |
Color Harmonies of #31649F
Complementary color
Monochromatic Colors of #31649F
Black with #31649F
Text Example
Text Example
White with #31649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31649F; }
p { color: rgb(49,100,159); }
H1.HeaderClassName
{
color: #31649F;
}
.AnyTagClassName
{
color: #31649F;
}
</style>
background-color css
<style>
a { background-color: #31649F; }
a { background-color: rgb(49,100,159); }
div.DivClassName
{
background-color: #31649F;
}
.BgClassName
{
background-color: #31649F;
}
</style>
border-color css
<style>
span { border-color: #31649F; }
span { border-color: rgb(49,100,159); }
td.TdClassName
{
border-color: #31649F;
}
.TagClassName
{
border-color: #31649F;
}
</style>