Shades of Lochmara #316CB1
Tints of Lochmara #316CB1
RGB
CMYK
RGB Variations
Color information
#316CB1 (or 0x316CB1) is known color: Lochmara. HEX triplet: 31, 6C and B1. RGB value is (49,108,177). Sum of RGB (Red+Green+Blue) = 49+108+177=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 177 (69.53% from 255 or 52.99% from 334); Max value from RGB is 177 - color contains mainly: blue. Hex color #316CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316CB1 is #CE934E. Grayscale: #616161. Windows color (decimal): -13538127 or 11627569. OLE color: 11627569.
HSL color Cylindrical-coordinate representation of color #316CB1: hue angle of 212.34º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #316CB1 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 108 | 177 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.31 |
| HSL | 212.34º | 0.57% | 0.44% | - |
| HSV(B) | 212.34º | 0.72% | 0.69% | - |
| XYZ | 14.57 | 14.55 | 43.64 | - |
| YUV | 98.23 | 172.45 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 177 | 0.72 | 0.39 | 0 | 0.31 | 212.34 | 0.57 | 0.44 |
| Hex | 31 | 6C | B1 | 48 | 27 | 0 | 1F | D4 | 39 | 2C |
| Octal | 61 | 154 | 261 | 110 | 47 | 0 | 37 | 324 | 71 | 54 |
| Binary | 110001 | 1101100 | 10110001 | 1001000 | 100111 | 0 | 11111 | 11010100 | 111001 | 101100 |
Color Harmonies of #316CB1
Complementary color
Monochromatic Colors of #316CB1
Black with #316CB1
Text Example
Text Example
White with #316CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316CB1; }
p { color: rgb(49,108,177); }
H1.HeaderClassName
{
color: #316CB1;
}
.AnyTagClassName
{
color: #316CB1;
}
</style>
background-color css
<style>
a { background-color: #316CB1; }
a { background-color: rgb(49,108,177); }
div.DivClassName
{
background-color: #316CB1;
}
.BgClassName
{
background-color: #316CB1;
}
</style>
border-color css
<style>
span { border-color: #316CB1; }
span { border-color: rgb(49,108,177); }
td.TdClassName
{
border-color: #316CB1;
}
.TagClassName
{
border-color: #316CB1;
}
</style>