Shades of Lochmara #316B9A
Tints of Lochmara #316B9A
RGB
CMYK
RGB Variations
Color information
#316B9A (or 0x316B9A) is known color: Lochmara. HEX triplet: 31, 6B and 9A. RGB value is (49,107,154). Sum of RGB (Red+Green+Blue) = 49+107+154=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #316B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316B9A is #CE9465. Grayscale: #5E5E5E. Windows color (decimal): -13538406 or 10119985. OLE color: 10119985.
HSL color Cylindrical-coordinate representation of color #316B9A: hue angle of 206.86º degrees, saturation: 0.52, 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 #316B9A is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 107 | 154 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.40 |
| HSL | 206.86º | 0.52% | 0.4% | - |
| HSV(B) | 206.86º | 0.68% | 0.6% | - |
| XYZ | 12.36 | 13.5 | 32.53 | - |
| YUV | 95.02 | 161.28 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 154 | 0.68 | 0.31 | 0 | 0.40 | 206.86 | 0.52 | 0.4 |
| Hex | 31 | 6B | 9A | 44 | 1F | 0 | 28 | CF | 34 | 28 |
| Octal | 61 | 153 | 232 | 104 | 37 | 0 | 50 | 317 | 64 | 50 |
| Binary | 110001 | 1101011 | 10011010 | 1000100 | 11111 | 0 | 101000 | 11001111 | 110100 | 101000 |
Color Harmonies of #316B9A
Complementary color
Monochromatic Colors of #316B9A
Black with #316B9A
Text Example
Text Example
White with #316B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316B9A; }
p { color: rgb(49,107,154); }
H1.HeaderClassName
{
color: #316B9A;
}
.AnyTagClassName
{
color: #316B9A;
}
</style>
background-color css
<style>
a { background-color: #316B9A; }
a { background-color: rgb(49,107,154); }
div.DivClassName
{
background-color: #316B9A;
}
.BgClassName
{
background-color: #316B9A;
}
</style>
border-color css
<style>
span { border-color: #316B9A; }
span { border-color: rgb(49,107,154); }
td.TdClassName
{
border-color: #316B9A;
}
.TagClassName
{
border-color: #316B9A;
}
</style>