Shades of Lochmara #31689F
Tints of Lochmara #31689F
RGB
CMYK
RGB Variations
Color information
#31689F (or 0x31689F) is known color: Lochmara. HEX triplet: 31, 68 and 9F. RGB value is (49,104,159). Sum of RGB (Red+Green+Blue) = 49+104+159=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #31689F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31689F is #CE9760. Grayscale: #5D5D5D. Windows color (decimal): -13539169 or 10446897. OLE color: 10446897.
HSL color Cylindrical-coordinate representation of color #31689F: hue angle of 210º 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 #31689F is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 104 | 159 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.38 |
| HSL | 210º | 0.53% | 0.41% | - |
| HSV(B) | 210º | 0.69% | 0.62% | - |
| XYZ | 12.47 | 13.06 | 34.66 | - |
| YUV | 93.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 159 | 0.69 | 0.35 | 0 | 0.38 | 210 | 0.53 | 0.41 |
| Hex | 31 | 68 | 9F | 45 | 23 | 0 | 26 | D2 | 35 | 29 |
| Octal | 61 | 150 | 237 | 105 | 43 | 0 | 46 | 322 | 65 | 51 |
| Binary | 110001 | 1101000 | 10011111 | 1000101 | 100011 | 0 | 100110 | 11010010 | 110101 | 101001 |
Color Harmonies of #31689F
Complementary color
Monochromatic Colors of #31689F
Black with #31689F
Text Example
Text Example
White with #31689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31689F; }
p { color: rgb(49,104,159); }
H1.HeaderClassName
{
color: #31689F;
}
.AnyTagClassName
{
color: #31689F;
}
</style>
background-color css
<style>
a { background-color: #31689F; }
a { background-color: rgb(49,104,159); }
div.DivClassName
{
background-color: #31689F;
}
.BgClassName
{
background-color: #31689F;
}
</style>
border-color css
<style>
span { border-color: #31689F; }
span { border-color: rgb(49,104,159); }
td.TdClassName
{
border-color: #31689F;
}
.TagClassName
{
border-color: #31689F;
}
</style>