Shades of Lochmara #316BBA
Tints of Lochmara #316BBA
RGB
CMYK
RGB Variations
Color information
#316BBA (or 0x316BBA) is known color: Lochmara. HEX triplet: 31, 6B and BA. RGB value is (49,107,186). Sum of RGB (Red+Green+Blue) = 49+107+186=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #316BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316BBA is #CE9445. Grayscale: #626262. Windows color (decimal): -13538374 or 12217137. OLE color: 12217137.
HSL color Cylindrical-coordinate representation of color #316BBA: hue angle of 214.6º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #316BBA is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 107 | 186 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.27 |
| HSL | 214.6º | 0.58% | 0.46% | - |
| HSV(B) | 214.6º | 0.74% | 0.73% | - |
| XYZ | 15.39 | 14.71 | 48.48 | - |
| YUV | 98.66 | 177.28 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 186 | 0.74 | 0.42 | 0 | 0.27 | 214.6 | 0.58 | 0.46 |
| Hex | 31 | 6B | BA | 4A | 2A | 0 | 1B | D7 | 3A | 2E |
| Octal | 61 | 153 | 272 | 112 | 52 | 0 | 33 | 327 | 72 | 56 |
| Binary | 110001 | 1101011 | 10111010 | 1001010 | 101010 | 0 | 11011 | 11010111 | 111010 | 101110 |
Color Harmonies of #316BBA
Complementary color
Monochromatic Colors of #316BBA
Black with #316BBA
Text Example
Text Example
White with #316BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316BBA; }
p { color: rgb(49,107,186); }
H1.HeaderClassName
{
color: #316BBA;
}
.AnyTagClassName
{
color: #316BBA;
}
</style>
background-color css
<style>
a { background-color: #316BBA; }
a { background-color: rgb(49,107,186); }
div.DivClassName
{
background-color: #316BBA;
}
.BgClassName
{
background-color: #316BBA;
}
</style>
border-color css
<style>
span { border-color: #316BBA; }
span { border-color: rgb(49,107,186); }
td.TdClassName
{
border-color: #316BBA;
}
.TagClassName
{
border-color: #316BBA;
}
</style>