Shades of Lochmara #316A9C
Tints of Lochmara #316A9C
RGB
CMYK
RGB Variations
Color information
#316A9C (or 0x316A9C) is known color: Lochmara. HEX triplet: 31, 6A and 9C. RGB value is (49,106,156). Sum of RGB (Red+Green+Blue) = 49+106+156=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #316A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A9C is #CE9563. Grayscale: #5E5E5E. Windows color (decimal): -13538660 or 10250801. OLE color: 10250801.
HSL color Cylindrical-coordinate representation of color #316A9C: hue angle of 208.04º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #316A9C is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 106 | 156 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.39 |
| HSL | 208.04º | 0.52% | 0.4% | - |
| HSV(B) | 208.04º | 0.69% | 0.61% | - |
| XYZ | 12.42 | 13.36 | 33.38 | - |
| YUV | 94.66 | 162.62 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 156 | 0.69 | 0.32 | 0 | 0.39 | 208.04 | 0.52 | 0.4 |
| Hex | 31 | 6A | 9C | 45 | 20 | 0 | 27 | D0 | 34 | 28 |
| Octal | 61 | 152 | 234 | 105 | 40 | 0 | 47 | 320 | 64 | 50 |
| Binary | 110001 | 1101010 | 10011100 | 1000101 | 100000 | 0 | 100111 | 11010000 | 110100 | 101000 |
Color Harmonies of #316A9C
Complementary color
Monochromatic Colors of #316A9C
Black with #316A9C
Text Example
Text Example
White with #316A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A9C; }
p { color: rgb(49,106,156); }
H1.HeaderClassName
{
color: #316A9C;
}
.AnyTagClassName
{
color: #316A9C;
}
</style>
background-color css
<style>
a { background-color: #316A9C; }
a { background-color: rgb(49,106,156); }
div.DivClassName
{
background-color: #316A9C;
}
.BgClassName
{
background-color: #316A9C;
}
</style>
border-color css
<style>
span { border-color: #316A9C; }
span { border-color: rgb(49,106,156); }
td.TdClassName
{
border-color: #316A9C;
}
.TagClassName
{
border-color: #316A9C;
}
</style>