Shades of Lochmara #316698
Tints of Lochmara #316698
RGB
CMYK
RGB Variations
Color information
#316698 (or 0x316698) is known color: Lochmara. HEX triplet: 31, 66 and 98. RGB value is (49,102,152). Sum of RGB (Red+Green+Blue) = 49+102+152=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #316698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316698 is #CE9967. Grayscale: #5B5B5B. Windows color (decimal): -13539688 or 9987633. OLE color: 9987633.
HSL color Cylindrical-coordinate representation of color #316698: hue angle of 209.13º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #316698 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 102 | 152 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.40 |
| HSL | 209.13º | 0.51% | 0.39% | - |
| HSV(B) | 209.13º | 0.68% | 0.6% | - |
| XYZ | 11.69 | 12.42 | 31.49 | - |
| YUV | 91.85 | 161.94 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 152 | 0.68 | 0.33 | 0 | 0.40 | 209.13 | 0.51 | 0.39 |
| Hex | 31 | 66 | 98 | 44 | 21 | 0 | 28 | D1 | 33 | 27 |
| Octal | 61 | 146 | 230 | 104 | 41 | 0 | 50 | 321 | 63 | 47 |
| Binary | 110001 | 1100110 | 10011000 | 1000100 | 100001 | 0 | 101000 | 11010001 | 110011 | 100111 |
Color Harmonies of #316698
Complementary color
Monochromatic Colors of #316698
Black with #316698
Text Example
Text Example
White with #316698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316698; }
p { color: rgb(49,102,152); }
H1.HeaderClassName
{
color: #316698;
}
.AnyTagClassName
{
color: #316698;
}
</style>
background-color css
<style>
a { background-color: #316698; }
a { background-color: rgb(49,102,152); }
div.DivClassName
{
background-color: #316698;
}
.BgClassName
{
background-color: #316698;
}
</style>
border-color css
<style>
span { border-color: #316698; }
span { border-color: rgb(49,102,152); }
td.TdClassName
{
border-color: #316698;
}
.TagClassName
{
border-color: #316698;
}
</style>