Shades of Lochmara #376495
Tints of Lochmara #376495
RGB
CMYK
RGB Variations
Color information
#376495 (or 0x376495) is known color: Lochmara. HEX triplet: 37, 64 and 95. RGB value is (55,100,149). Sum of RGB (Red+Green+Blue) = 55+100+149=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #376495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376495 is #C89B6A. Grayscale: #5B5B5B. Windows color (decimal): -13146987 or 9790519. OLE color: 9790519.
HSL color Cylindrical-coordinate representation of color #376495: hue angle of 211.28º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #376495 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 100 | 149 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.42 |
| HSL | 211.28º | 0.46% | 0.4% | - |
| HSV(B) | 211.28º | 0.63% | 0.58% | - |
| XYZ | 11.56 | 12.1 | 30.16 | - |
| YUV | 92.13 | 160.09 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 100 | 149 | 0.63 | 0.33 | 0 | 0.42 | 211.28 | 0.46 | 0.4 |
| Hex | 37 | 64 | 95 | 3F | 21 | 0 | 2A | D3 | 2E | 28 |
| Octal | 67 | 144 | 225 | 77 | 41 | 0 | 52 | 323 | 56 | 50 |
| Binary | 110111 | 1100100 | 10010101 | 111111 | 100001 | 0 | 101010 | 11010011 | 101110 | 101000 |
Color Harmonies of #376495
Complementary color
Monochromatic Colors of #376495
Black with #376495
Text Example
Text Example
White with #376495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376495; }
p { color: rgb(55,100,149); }
H1.HeaderClassName
{
color: #376495;
}
.AnyTagClassName
{
color: #376495;
}
</style>
background-color css
<style>
a { background-color: #376495; }
a { background-color: rgb(55,100,149); }
div.DivClassName
{
background-color: #376495;
}
.BgClassName
{
background-color: #376495;
}
</style>
border-color css
<style>
span { border-color: #376495; }
span { border-color: rgb(55,100,149); }
td.TdClassName
{
border-color: #376495;
}
.TagClassName
{
border-color: #376495;
}
</style>