Shades of Lochmara #376D9A
Tints of Lochmara #376D9A
RGB
CMYK
RGB Variations
Color information
#376D9A (or 0x376D9A) is known color: Lochmara. HEX triplet: 37, 6D and 9A. RGB value is (55,109,154). Sum of RGB (Red+Green+Blue) = 55+109+154=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #376D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376D9A is #C89265. Grayscale: #616161. Windows color (decimal): -13144678 or 10120503. OLE color: 10120503.
HSL color Cylindrical-coordinate representation of color #376D9A: hue angle of 207.27º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #376D9A is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 109 | 154 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.40 |
| HSL | 207.27º | 0.47% | 0.41% | - |
| HSV(B) | 207.27º | 0.64% | 0.6% | - |
| XYZ | 12.88 | 14.08 | 32.61 | - |
| YUV | 97.98 | 159.61 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 109 | 154 | 0.64 | 0.29 | 0 | 0.40 | 207.27 | 0.47 | 0.41 |
| Hex | 37 | 6D | 9A | 40 | 1D | 0 | 28 | CF | 2F | 29 |
| Octal | 67 | 155 | 232 | 100 | 35 | 0 | 50 | 317 | 57 | 51 |
| Binary | 110111 | 1101101 | 10011010 | 1000000 | 11101 | 0 | 101000 | 11001111 | 101111 | 101001 |
Color Harmonies of #376D9A
Complementary color
Monochromatic Colors of #376D9A
Black with #376D9A
Text Example
Text Example
White with #376D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376D9A; }
p { color: rgb(55,109,154); }
H1.HeaderClassName
{
color: #376D9A;
}
.AnyTagClassName
{
color: #376D9A;
}
</style>
background-color css
<style>
a { background-color: #376D9A; }
a { background-color: rgb(55,109,154); }
div.DivClassName
{
background-color: #376D9A;
}
.BgClassName
{
background-color: #376D9A;
}
</style>
border-color css
<style>
span { border-color: #376D9A; }
span { border-color: rgb(55,109,154); }
td.TdClassName
{
border-color: #376D9A;
}
.TagClassName
{
border-color: #376D9A;
}
</style>