Shades of Lochmara #31759B
Tints of Lochmara #31759B
RGB
CMYK
RGB Variations
Color information
#31759B (or 0x31759B) is known color: Lochmara. HEX triplet: 31, 75 and 9B. RGB value is (49,117,155). Sum of RGB (Red+Green+Blue) = 49+117+155=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #31759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31759B is #CE8A64. Grayscale: #646464. Windows color (decimal): -13535845 or 10188081. OLE color: 10188081.
HSL color Cylindrical-coordinate representation of color #31759B: hue angle of 201.51º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31759B is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 117 | 155 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.39 |
| HSL | 201.51º | 0.52% | 0.4% | - |
| HSV(B) | 201.51º | 0.68% | 0.61% | - |
| XYZ | 13.54 | 15.74 | 33.34 | - |
| YUV | 101 | 158.47 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 155 | 0.68 | 0.25 | 0 | 0.39 | 201.51 | 0.52 | 0.4 |
| Hex | 31 | 75 | 9B | 44 | 19 | 0 | 27 | CA | 34 | 28 |
| Octal | 61 | 165 | 233 | 104 | 31 | 0 | 47 | 312 | 64 | 50 |
| Binary | 110001 | 1110101 | 10011011 | 1000100 | 11001 | 0 | 100111 | 11001010 | 110100 | 101000 |
Color Harmonies of #31759B
Complementary color
Monochromatic Colors of #31759B
Black with #31759B
Text Example
Text Example
White with #31759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31759B; }
p { color: rgb(49,117,155); }
H1.HeaderClassName
{
color: #31759B;
}
.AnyTagClassName
{
color: #31759B;
}
</style>
background-color css
<style>
a { background-color: #31759B; }
a { background-color: rgb(49,117,155); }
div.DivClassName
{
background-color: #31759B;
}
.BgClassName
{
background-color: #31759B;
}
</style>
border-color css
<style>
span { border-color: #31759B; }
span { border-color: rgb(49,117,155); }
td.TdClassName
{
border-color: #31759B;
}
.TagClassName
{
border-color: #31759B;
}
</style>