Shades of Lochmara #316AB1
Tints of Lochmara #316AB1
RGB
CMYK
RGB Variations
Color information
#316AB1 (or 0x316AB1) is known color: Lochmara. HEX triplet: 31, 6A and B1. RGB value is (49,106,177). Sum of RGB (Red+Green+Blue) = 49+106+177=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 177 (69.53% from 255 or 53.31% from 332); Max value from RGB is 177 - color contains mainly: blue. Hex color #316AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316AB1 is #CE954E. Grayscale: #606060. Windows color (decimal): -13538639 or 11627057. OLE color: 11627057.
HSL color Cylindrical-coordinate representation of color #316AB1: hue angle of 213.28º 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 #316AB1 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 106 | 177 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.31 |
| HSL | 213.28º | 0.57% | 0.44% | - |
| HSV(B) | 213.28º | 0.72% | 0.69% | - |
| XYZ | 14.36 | 14.14 | 43.57 | - |
| YUV | 97.05 | 173.12 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 177 | 0.72 | 0.40 | 0 | 0.31 | 213.28 | 0.57 | 0.44 |
| Hex | 31 | 6A | B1 | 48 | 28 | 0 | 1F | D5 | 39 | 2C |
| Octal | 61 | 152 | 261 | 110 | 50 | 0 | 37 | 325 | 71 | 54 |
| Binary | 110001 | 1101010 | 10110001 | 1001000 | 101000 | 0 | 11111 | 11010101 | 111001 | 101100 |
Color Harmonies of #316AB1
Complementary color
Monochromatic Colors of #316AB1
Black with #316AB1
Text Example
Text Example
White with #316AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316AB1; }
p { color: rgb(49,106,177); }
H1.HeaderClassName
{
color: #316AB1;
}
.AnyTagClassName
{
color: #316AB1;
}
</style>
background-color css
<style>
a { background-color: #316AB1; }
a { background-color: rgb(49,106,177); }
div.DivClassName
{
background-color: #316AB1;
}
.BgClassName
{
background-color: #316AB1;
}
</style>
border-color css
<style>
span { border-color: #316AB1; }
span { border-color: rgb(49,106,177); }
td.TdClassName
{
border-color: #316AB1;
}
.TagClassName
{
border-color: #316AB1;
}
</style>