Shades of Lochmara #316699
Tints of Lochmara #316699
RGB
CMYK
RGB Variations
Color information
#316699 (or 0x316699) is known color: Lochmara. HEX triplet: 31, 66 and 99. RGB value is (49,102,153). Sum of RGB (Red+Green+Blue) = 49+102+153=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #316699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316699 is #CE9966. Grayscale: #5B5B5B. Windows color (decimal): -13539687 or 10053169. OLE color: 10053169.
HSL color Cylindrical-coordinate representation of color #316699: hue angle of 209.42º 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 #316699 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 102 | 153 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.4 |
| HSL | 209.42º | 0.51% | 0.4% | - |
| HSV(B) | 209.42º | 0.68% | 0.6% | - |
| XYZ | 11.77 | 12.46 | 31.92 | - |
| YUV | 91.97 | 162.44 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 153 | 0.68 | 0.33 | 0 | 0.4 | 209.42 | 0.51 | 0.4 |
| Hex | 31 | 66 | 99 | 44 | 21 | 0 | 28 | D1 | 33 | 28 |
| Octal | 61 | 146 | 231 | 104 | 41 | 0 | 50 | 321 | 63 | 50 |
| Binary | 110001 | 1100110 | 10011001 | 1000100 | 100001 | 0 | 101000 | 11010001 | 110011 | 101000 |
Color Harmonies of #316699
Complementary color
Monochromatic Colors of #316699
Black with #316699
Text Example
Text Example
White with #316699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316699; }
p { color: rgb(49,102,153); }
H1.HeaderClassName
{
color: #316699;
}
.AnyTagClassName
{
color: #316699;
}
</style>
background-color css
<style>
a { background-color: #316699; }
a { background-color: rgb(49,102,153); }
div.DivClassName
{
background-color: #316699;
}
.BgClassName
{
background-color: #316699;
}
</style>
border-color css
<style>
span { border-color: #316699; }
span { border-color: rgb(49,102,153); }
td.TdClassName
{
border-color: #316699;
}
.TagClassName
{
border-color: #316699;
}
</style>