Shades of Lochmara #316DB5
Tints of Lochmara #316DB5
RGB
CMYK
RGB Variations
Color information
#316DB5 (or 0x316DB5) is known color: Lochmara. HEX triplet: 31, 6D and B5. RGB value is (49,109,181). Sum of RGB (Red+Green+Blue) = 49+109+181=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 181 (71.09% from 255 or 53.39% from 339); Max value from RGB is 181 - color contains mainly: blue. Hex color #316DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DB5 is #CE924A. Grayscale: #626262. Windows color (decimal): -13537867 or 11889969. OLE color: 11889969.
HSL color Cylindrical-coordinate representation of color #316DB5: hue angle of 212.73º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #316DB5 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 109 | 181 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.29 |
| HSL | 212.73º | 0.57% | 0.45% | - |
| HSV(B) | 212.73º | 0.73% | 0.71% | - |
| XYZ | 15.08 | 14.93 | 45.8 | - |
| YUV | 99.27 | 174.12 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 181 | 0.73 | 0.40 | 0 | 0.29 | 212.73 | 0.57 | 0.45 |
| Hex | 31 | 6D | B5 | 49 | 28 | 0 | 1D | D5 | 39 | 2D |
| Octal | 61 | 155 | 265 | 111 | 50 | 0 | 35 | 325 | 71 | 55 |
| Binary | 110001 | 1101101 | 10110101 | 1001001 | 101000 | 0 | 11101 | 11010101 | 111001 | 101101 |
Color Harmonies of #316DB5
Complementary color
Monochromatic Colors of #316DB5
Black with #316DB5
Text Example
Text Example
White with #316DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316DB5; }
p { color: rgb(49,109,181); }
H1.HeaderClassName
{
color: #316DB5;
}
.AnyTagClassName
{
color: #316DB5;
}
</style>
background-color css
<style>
a { background-color: #316DB5; }
a { background-color: rgb(49,109,181); }
div.DivClassName
{
background-color: #316DB5;
}
.BgClassName
{
background-color: #316DB5;
}
</style>
border-color css
<style>
span { border-color: #316DB5; }
span { border-color: rgb(49,109,181); }
td.TdClassName
{
border-color: #316DB5;
}
.TagClassName
{
border-color: #316DB5;
}
</style>