Shades of Lochmara #31709F
Tints of Lochmara #31709F
RGB
CMYK
RGB Variations
Color information
#31709F (or 0x31709F) is known color: Lochmara. HEX triplet: 31, 70 and 9F. RGB value is (49,112,159). Sum of RGB (Red+Green+Blue) = 49+112+159=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #31709F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31709F is #CE8F60. Grayscale: #626262. Windows color (decimal): -13537121 or 10448945. OLE color: 10448945.
HSL color Cylindrical-coordinate representation of color #31709F: hue angle of 205.64º 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 #31709F is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 112 | 159 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.38 |
| HSL | 205.64º | 0.53% | 0.41% | - |
| HSV(B) | 205.64º | 0.69% | 0.62% | - |
| XYZ | 13.32 | 14.74 | 34.94 | - |
| YUV | 98.52 | 162.13 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 112 | 159 | 0.69 | 0.30 | 0 | 0.38 | 205.64 | 0.53 | 0.41 |
| Hex | 31 | 70 | 9F | 45 | 1E | 0 | 26 | CE | 35 | 29 |
| Octal | 61 | 160 | 237 | 105 | 36 | 0 | 46 | 316 | 65 | 51 |
| Binary | 110001 | 1110000 | 10011111 | 1000101 | 11110 | 0 | 100110 | 11001110 | 110101 | 101001 |
Color Harmonies of #31709F
Complementary color
Monochromatic Colors of #31709F
Black with #31709F
Text Example
Text Example
White with #31709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31709F; }
p { color: rgb(49,112,159); }
H1.HeaderClassName
{
color: #31709F;
}
.AnyTagClassName
{
color: #31709F;
}
</style>
background-color css
<style>
a { background-color: #31709F; }
a { background-color: rgb(49,112,159); }
div.DivClassName
{
background-color: #31709F;
}
.BgClassName
{
background-color: #31709F;
}
</style>
border-color css
<style>
span { border-color: #31709F; }
span { border-color: rgb(49,112,159); }
td.TdClassName
{
border-color: #31709F;
}
.TagClassName
{
border-color: #31709F;
}
</style>