Shades of Lochmara #376595
Tints of Lochmara #376595
RGB
CMYK
RGB Variations
Color information
#376595 (or 0x376595) is known color: Lochmara. HEX triplet: 37, 65 and 95. RGB value is (55,101,149). Sum of RGB (Red+Green+Blue) = 55+101+149=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #376595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376595 is #C89A6A. Grayscale: #5C5C5C. Windows color (decimal): -13146731 or 9790775. OLE color: 9790775.
HSL color Cylindrical-coordinate representation of color #376595: hue angle of 210.64º 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 #376595 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 101 | 149 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.42 |
| HSL | 210.64º | 0.46% | 0.4% | - |
| HSV(B) | 210.64º | 0.63% | 0.58% | - |
| XYZ | 11.65 | 12.29 | 30.19 | - |
| YUV | 92.72 | 159.76 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 149 | 0.63 | 0.32 | 0 | 0.42 | 210.64 | 0.46 | 0.4 |
| Hex | 37 | 65 | 95 | 3F | 20 | 0 | 2A | D3 | 2E | 28 |
| Octal | 67 | 145 | 225 | 77 | 40 | 0 | 52 | 323 | 56 | 50 |
| Binary | 110111 | 1100101 | 10010101 | 111111 | 100000 | 0 | 101010 | 11010011 | 101110 | 101000 |
Color Harmonies of #376595
Complementary color
Monochromatic Colors of #376595
Black with #376595
Text Example
Text Example
White with #376595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376595; }
p { color: rgb(55,101,149); }
H1.HeaderClassName
{
color: #376595;
}
.AnyTagClassName
{
color: #376595;
}
</style>
background-color css
<style>
a { background-color: #376595; }
a { background-color: rgb(55,101,149); }
div.DivClassName
{
background-color: #376595;
}
.BgClassName
{
background-color: #376595;
}
</style>
border-color css
<style>
span { border-color: #376595; }
span { border-color: rgb(55,101,149); }
td.TdClassName
{
border-color: #376595;
}
.TagClassName
{
border-color: #376595;
}
</style>