Shades of Lochmara #316A99
Tints of Lochmara #316A99
RGB
CMYK
RGB Variations
Color information
#316A99 (or 0x316A99) is known color: Lochmara. HEX triplet: 31, 6A and 99. RGB value is (49,106,153). Sum of RGB (Red+Green+Blue) = 49+106+153=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #316A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A99 is #CE9566. Grayscale: #5E5E5E. Windows color (decimal): -13538663 or 10054193. OLE color: 10054193.
HSL color Cylindrical-coordinate representation of color #316A99: hue angle of 207.12º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #316A99 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 106 | 153 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.4 |
| HSL | 207.12º | 0.51% | 0.4% | - |
| HSV(B) | 207.12º | 0.68% | 0.6% | - |
| XYZ | 12.17 | 13.26 | 32.06 | - |
| YUV | 94.32 | 161.12 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 153 | 0.68 | 0.31 | 0 | 0.4 | 207.12 | 0.51 | 0.4 |
| Hex | 31 | 6A | 99 | 44 | 1F | 0 | 28 | CF | 33 | 28 |
| Octal | 61 | 152 | 231 | 104 | 37 | 0 | 50 | 317 | 63 | 50 |
| Binary | 110001 | 1101010 | 10011001 | 1000100 | 11111 | 0 | 101000 | 11001111 | 110011 | 101000 |
Color Harmonies of #316A99
Complementary color
Monochromatic Colors of #316A99
Black with #316A99
Text Example
Text Example
White with #316A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A99; }
p { color: rgb(49,106,153); }
H1.HeaderClassName
{
color: #316A99;
}
.AnyTagClassName
{
color: #316A99;
}
</style>
background-color css
<style>
a { background-color: #316A99; }
a { background-color: rgb(49,106,153); }
div.DivClassName
{
background-color: #316A99;
}
.BgClassName
{
background-color: #316A99;
}
</style>
border-color css
<style>
span { border-color: #316A99; }
span { border-color: rgb(49,106,153); }
td.TdClassName
{
border-color: #316A99;
}
.TagClassName
{
border-color: #316A99;
}
</style>