Shades of Lochmara #31699C
Tints of Lochmara #31699C
RGB
CMYK
RGB Variations
Color information
#31699C (or 0x31699C) is known color: Lochmara. HEX triplet: 31, 69 and 9C. RGB value is (49,105,156). Sum of RGB (Red+Green+Blue) = 49+105+156=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #31699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31699C is #CE9663. Grayscale: #5D5D5D. Windows color (decimal): -13538916 or 10250545. OLE color: 10250545.
HSL color Cylindrical-coordinate representation of color #31699C: hue angle of 208.6º 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 #31699C is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 105 | 156 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.39 |
| HSL | 208.6º | 0.52% | 0.4% | - |
| HSV(B) | 208.6º | 0.69% | 0.61% | - |
| XYZ | 12.32 | 13.16 | 33.34 | - |
| YUV | 94.07 | 162.95 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 105 | 156 | 0.69 | 0.33 | 0 | 0.39 | 208.6 | 0.52 | 0.4 |
| Hex | 31 | 69 | 9C | 45 | 21 | 0 | 27 | D1 | 34 | 28 |
| Octal | 61 | 151 | 234 | 105 | 41 | 0 | 47 | 321 | 64 | 50 |
| Binary | 110001 | 1101001 | 10011100 | 1000101 | 100001 | 0 | 100111 | 11010001 | 110100 | 101000 |
Color Harmonies of #31699C
Complementary color
Monochromatic Colors of #31699C
Black with #31699C
Text Example
Text Example
White with #31699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31699C; }
p { color: rgb(49,105,156); }
H1.HeaderClassName
{
color: #31699C;
}
.AnyTagClassName
{
color: #31699C;
}
</style>
background-color css
<style>
a { background-color: #31699C; }
a { background-color: rgb(49,105,156); }
div.DivClassName
{
background-color: #31699C;
}
.BgClassName
{
background-color: #31699C;
}
</style>
border-color css
<style>
span { border-color: #31699C; }
span { border-color: rgb(49,105,156); }
td.TdClassName
{
border-color: #31699C;
}
.TagClassName
{
border-color: #31699C;
}
</style>