Shades of Lochmara #316DB2
Tints of Lochmara #316DB2
RGB
CMYK
RGB Variations
Color information
#316DB2 (or 0x316DB2) is known color: Lochmara. HEX triplet: 31, 6D and B2. RGB value is (49,109,178). Sum of RGB (Red+Green+Blue) = 49+109+178=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 178 (69.92% from 255 or 52.98% from 336); Max value from RGB is 178 - color contains mainly: blue. Hex color #316DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316DB2 is #CE924D. Grayscale: #626262. Windows color (decimal): -13537870 or 11693361. OLE color: 11693361.
HSL color Cylindrical-coordinate representation of color #316DB2: hue angle of 212.09º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #316DB2 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 109 | 178 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.30 |
| HSL | 212.09º | 0.57% | 0.45% | - |
| HSV(B) | 212.09º | 0.72% | 0.7% | - |
| XYZ | 14.77 | 14.8 | 44.2 | - |
| YUV | 98.93 | 172.62 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 178 | 0.72 | 0.39 | 0 | 0.30 | 212.09 | 0.57 | 0.45 |
| Hex | 31 | 6D | B2 | 48 | 27 | 0 | 1E | D4 | 39 | 2D |
| Octal | 61 | 155 | 262 | 110 | 47 | 0 | 36 | 324 | 71 | 55 |
| Binary | 110001 | 1101101 | 10110010 | 1001000 | 100111 | 0 | 11110 | 11010100 | 111001 | 101101 |
Color Harmonies of #316DB2
Complementary color
Monochromatic Colors of #316DB2
Black with #316DB2
Text Example
Text Example
White with #316DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316DB2; }
p { color: rgb(49,109,178); }
H1.HeaderClassName
{
color: #316DB2;
}
.AnyTagClassName
{
color: #316DB2;
}
</style>
background-color css
<style>
a { background-color: #316DB2; }
a { background-color: rgb(49,109,178); }
div.DivClassName
{
background-color: #316DB2;
}
.BgClassName
{
background-color: #316DB2;
}
</style>
border-color css
<style>
span { border-color: #316DB2; }
span { border-color: rgb(49,109,178); }
td.TdClassName
{
border-color: #316DB2;
}
.TagClassName
{
border-color: #316DB2;
}
</style>