Shades of Lochmara #31699B
Tints of Lochmara #31699B
RGB
CMYK
RGB Variations
Color information
#31699B (or 0x31699B) is known color: Lochmara. HEX triplet: 31, 69 and 9B. RGB value is (49,105,155). Sum of RGB (Red+Green+Blue) = 49+105+155=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #31699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31699B is #CE9664. Grayscale: #5D5D5D. Windows color (decimal): -13538917 or 10185009. OLE color: 10185009.
HSL color Cylindrical-coordinate representation of color #31699B: hue angle of 208.3º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31699B is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 105 | 155 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.39 |
| HSL | 208.3º | 0.52% | 0.4% | - |
| HSV(B) | 208.3º | 0.68% | 0.61% | - |
| XYZ | 12.23 | 13.12 | 32.9 | - |
| YUV | 93.96 | 162.45 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 105 | 155 | 0.68 | 0.32 | 0 | 0.39 | 208.3 | 0.52 | 0.4 |
| Hex | 31 | 69 | 9B | 44 | 20 | 0 | 27 | D0 | 34 | 28 |
| Octal | 61 | 151 | 233 | 104 | 40 | 0 | 47 | 320 | 64 | 50 |
| Binary | 110001 | 1101001 | 10011011 | 1000100 | 100000 | 0 | 100111 | 11010000 | 110100 | 101000 |
Color Harmonies of #31699B
Complementary color
Monochromatic Colors of #31699B
Black with #31699B
Text Example
Text Example
White with #31699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31699B; }
p { color: rgb(49,105,155); }
H1.HeaderClassName
{
color: #31699B;
}
.AnyTagClassName
{
color: #31699B;
}
</style>
background-color css
<style>
a { background-color: #31699B; }
a { background-color: rgb(49,105,155); }
div.DivClassName
{
background-color: #31699B;
}
.BgClassName
{
background-color: #31699B;
}
</style>
border-color css
<style>
span { border-color: #31699B; }
span { border-color: rgb(49,105,155); }
td.TdClassName
{
border-color: #31699B;
}
.TagClassName
{
border-color: #31699B;
}
</style>