Shades of Lochmara #376E9B
Tints of Lochmara #376E9B
RGB
CMYK
RGB Variations
Color information
#376E9B (or 0x376E9B) is known color: Lochmara. HEX triplet: 37, 6E and 9B. RGB value is (55,110,155). Sum of RGB (Red+Green+Blue) = 55+110+155=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #376E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376E9B is #C89164. Grayscale: #626262. Windows color (decimal): -13144421 or 10186295. OLE color: 10186295.
HSL color Cylindrical-coordinate representation of color #376E9B: hue angle of 207º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #376E9B is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 110 | 155 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.39 |
| HSL | 207º | 0.48% | 0.41% | - |
| HSV(B) | 207º | 0.65% | 0.61% | - |
| XYZ | 13.07 | 14.33 | 33.09 | - |
| YUV | 98.69 | 159.78 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 110 | 155 | 0.65 | 0.29 | 0 | 0.39 | 207 | 0.48 | 0.41 |
| Hex | 37 | 6E | 9B | 41 | 1D | 0 | 27 | CF | 30 | 29 |
| Octal | 67 | 156 | 233 | 101 | 35 | 0 | 47 | 317 | 60 | 51 |
| Binary | 110111 | 1101110 | 10011011 | 1000001 | 11101 | 0 | 100111 | 11001111 | 110000 | 101001 |
Color Harmonies of #376E9B
Complementary color
Monochromatic Colors of #376E9B
Black with #376E9B
Text Example
Text Example
White with #376E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376E9B; }
p { color: rgb(55,110,155); }
H1.HeaderClassName
{
color: #376E9B;
}
.AnyTagClassName
{
color: #376E9B;
}
</style>
background-color css
<style>
a { background-color: #376E9B; }
a { background-color: rgb(55,110,155); }
div.DivClassName
{
background-color: #376E9B;
}
.BgClassName
{
background-color: #376E9B;
}
</style>
border-color css
<style>
span { border-color: #376E9B; }
span { border-color: rgb(55,110,155); }
td.TdClassName
{
border-color: #376E9B;
}
.TagClassName
{
border-color: #376E9B;
}
</style>