Shades of Lochmara #31759D
Tints of Lochmara #31759D
RGB
CMYK
RGB Variations
Color information
#31759D (or 0x31759D) is known color: Lochmara. HEX triplet: 31, 75 and 9D. RGB value is (49,117,157). Sum of RGB (Red+Green+Blue) = 49+117+157=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #31759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31759D is #CE8A62. Grayscale: #656565. Windows color (decimal): -13535843 or 10319153. OLE color: 10319153.
HSL color Cylindrical-coordinate representation of color #31759D: hue angle of 202.22º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31759D is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 117 | 157 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.38 |
| HSL | 202.22º | 0.52% | 0.4% | - |
| HSV(B) | 202.22º | 0.69% | 0.62% | - |
| XYZ | 13.71 | 15.81 | 34.23 | - |
| YUV | 101.23 | 159.47 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 157 | 0.69 | 0.25 | 0 | 0.38 | 202.22 | 0.52 | 0.4 |
| Hex | 31 | 75 | 9D | 45 | 19 | 0 | 26 | CA | 34 | 28 |
| Octal | 61 | 165 | 235 | 105 | 31 | 0 | 46 | 312 | 64 | 50 |
| Binary | 110001 | 1110101 | 10011101 | 1000101 | 11001 | 0 | 100110 | 11001010 | 110100 | 101000 |
Color Harmonies of #31759D
Complementary color
Monochromatic Colors of #31759D
Black with #31759D
Text Example
Text Example
White with #31759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31759D; }
p { color: rgb(49,117,157); }
H1.HeaderClassName
{
color: #31759D;
}
.AnyTagClassName
{
color: #31759D;
}
</style>
background-color css
<style>
a { background-color: #31759D; }
a { background-color: rgb(49,117,157); }
div.DivClassName
{
background-color: #31759D;
}
.BgClassName
{
background-color: #31759D;
}
</style>
border-color css
<style>
span { border-color: #31759D; }
span { border-color: rgb(49,117,157); }
td.TdClassName
{
border-color: #31759D;
}
.TagClassName
{
border-color: #31759D;
}
</style>