Shades of Lochmara #316AB4
Tints of Lochmara #316AB4
RGB
CMYK
RGB Variations
Color information
#316AB4 (or 0x316AB4) is known color: Lochmara. HEX triplet: 31, 6A and B4. RGB value is (49,106,180). Sum of RGB (Red+Green+Blue) = 49+106+180=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 180 (70.70% from 255 or 53.73% from 335); Max value from RGB is 180 - color contains mainly: blue. Hex color #316AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316AB4 is #CE954B. Grayscale: #616161. Windows color (decimal): -13538636 or 11823665. OLE color: 11823665.
HSL color Cylindrical-coordinate representation of color #316AB4: hue angle of 213.89º 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 #316AB4 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 106 | 180 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.29 |
| HSL | 213.89º | 0.57% | 0.45% | - |
| HSV(B) | 213.89º | 0.73% | 0.71% | - |
| XYZ | 14.66 | 14.26 | 45.16 | - |
| YUV | 97.39 | 174.62 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 180 | 0.73 | 0.41 | 0 | 0.29 | 213.89 | 0.57 | 0.45 |
| Hex | 31 | 6A | B4 | 49 | 29 | 0 | 1D | D6 | 39 | 2D |
| Octal | 61 | 152 | 264 | 111 | 51 | 0 | 35 | 326 | 71 | 55 |
| Binary | 110001 | 1101010 | 10110100 | 1001001 | 101001 | 0 | 11101 | 11010110 | 111001 | 101101 |
Color Harmonies of #316AB4
Complementary color
Monochromatic Colors of #316AB4
Black with #316AB4
Text Example
Text Example
White with #316AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316AB4; }
p { color: rgb(49,106,180); }
H1.HeaderClassName
{
color: #316AB4;
}
.AnyTagClassName
{
color: #316AB4;
}
</style>
background-color css
<style>
a { background-color: #316AB4; }
a { background-color: rgb(49,106,180); }
div.DivClassName
{
background-color: #316AB4;
}
.BgClassName
{
background-color: #316AB4;
}
</style>
border-color css
<style>
span { border-color: #316AB4; }
span { border-color: rgb(49,106,180); }
td.TdClassName
{
border-color: #316AB4;
}
.TagClassName
{
border-color: #316AB4;
}
</style>