Shades of Lochmara #31709B
Tints of Lochmara #31709B
RGB
CMYK
RGB Variations
Color information
#31709B (or 0x31709B) is known color: Lochmara. HEX triplet: 31, 70 and 9B. RGB value is (49,112,155). Sum of RGB (Red+Green+Blue) = 49+112+155=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #31709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31709B is #CE8F64. Grayscale: #616161. Windows color (decimal): -13537125 or 10186801. OLE color: 10186801.
HSL color Cylindrical-coordinate representation of color #31709B: hue angle of 204.34º 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 #31709B is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 112 | 155 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.39 |
| HSL | 204.34º | 0.52% | 0.4% | - |
| HSV(B) | 204.34º | 0.68% | 0.61% | - |
| XYZ | 12.98 | 14.61 | 33.15 | - |
| YUV | 98.07 | 160.13 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 112 | 155 | 0.68 | 0.28 | 0 | 0.39 | 204.34 | 0.52 | 0.4 |
| Hex | 31 | 70 | 9B | 44 | 1C | 0 | 27 | CC | 34 | 28 |
| Octal | 61 | 160 | 233 | 104 | 34 | 0 | 47 | 314 | 64 | 50 |
| Binary | 110001 | 1110000 | 10011011 | 1000100 | 11100 | 0 | 100111 | 11001100 | 110100 | 101000 |
Color Harmonies of #31709B
Complementary color
Monochromatic Colors of #31709B
Black with #31709B
Text Example
Text Example
White with #31709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31709B; }
p { color: rgb(49,112,155); }
H1.HeaderClassName
{
color: #31709B;
}
.AnyTagClassName
{
color: #31709B;
}
</style>
background-color css
<style>
a { background-color: #31709B; }
a { background-color: rgb(49,112,155); }
div.DivClassName
{
background-color: #31709B;
}
.BgClassName
{
background-color: #31709B;
}
</style>
border-color css
<style>
span { border-color: #31709B; }
span { border-color: rgb(49,112,155); }
td.TdClassName
{
border-color: #31709B;
}
.TagClassName
{
border-color: #31709B;
}
</style>