Shades of Lochmara #31689A
Tints of Lochmara #31689A
RGB
CMYK
RGB Variations
Color information
#31689A (or 0x31689A) is known color: Lochmara. HEX triplet: 31, 68 and 9A. RGB value is (49,104,154). Sum of RGB (Red+Green+Blue) = 49+104+154=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #31689A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31689A is #CE9765. Grayscale: #5D5D5D. Windows color (decimal): -13539174 or 10119217. OLE color: 10119217.
HSL color Cylindrical-coordinate representation of color #31689A: hue angle of 208.57º 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 #31689A is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 104 | 154 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.40 |
| HSL | 208.57º | 0.52% | 0.4% | - |
| HSV(B) | 208.57º | 0.68% | 0.6% | - |
| XYZ | 12.05 | 12.89 | 32.42 | - |
| YUV | 93.26 | 162.28 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 154 | 0.68 | 0.32 | 0 | 0.40 | 208.57 | 0.52 | 0.4 |
| Hex | 31 | 68 | 9A | 44 | 20 | 0 | 28 | D1 | 34 | 28 |
| Octal | 61 | 150 | 232 | 104 | 40 | 0 | 50 | 321 | 64 | 50 |
| Binary | 110001 | 1101000 | 10011010 | 1000100 | 100000 | 0 | 101000 | 11010001 | 110100 | 101000 |
Color Harmonies of #31689A
Complementary color
Monochromatic Colors of #31689A
Black with #31689A
Text Example
Text Example
White with #31689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31689A; }
p { color: rgb(49,104,154); }
H1.HeaderClassName
{
color: #31689A;
}
.AnyTagClassName
{
color: #31689A;
}
</style>
background-color css
<style>
a { background-color: #31689A; }
a { background-color: rgb(49,104,154); }
div.DivClassName
{
background-color: #31689A;
}
.BgClassName
{
background-color: #31689A;
}
</style>
border-color css
<style>
span { border-color: #31689A; }
span { border-color: rgb(49,104,154); }
td.TdClassName
{
border-color: #31689A;
}
.TagClassName
{
border-color: #31689A;
}
</style>