Shades of Lochmara #376DB1
Tints of Lochmara #376DB1
RGB
CMYK
RGB Variations
Color information
#376DB1 (or 0x376DB1) is known color: Lochmara. HEX triplet: 37, 6D and B1. RGB value is (55,109,177). Sum of RGB (Red+Green+Blue) = 55+109+177=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #376DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376DB1 is #C8924E. Grayscale: #646464. Windows color (decimal): -13144655 or 11627831. OLE color: 11627831.
HSL color Cylindrical-coordinate representation of color #376DB1: hue angle of 213.44º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #376DB1 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 109 | 177 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.31 |
| HSL | 213.44º | 0.53% | 0.45% | - |
| HSV(B) | 213.44º | 0.69% | 0.69% | - |
| XYZ | 14.98 | 14.92 | 43.69 | - |
| YUV | 100.61 | 171.11 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 109 | 177 | 0.69 | 0.38 | 0 | 0.31 | 213.44 | 0.53 | 0.45 |
| Hex | 37 | 6D | B1 | 45 | 26 | 0 | 1F | D5 | 35 | 2D |
| Octal | 67 | 155 | 261 | 105 | 46 | 0 | 37 | 325 | 65 | 55 |
| Binary | 110111 | 1101101 | 10110001 | 1000101 | 100110 | 0 | 11111 | 11010101 | 110101 | 101101 |
Color Harmonies of #376DB1
Complementary color
Monochromatic Colors of #376DB1
Black with #376DB1
Text Example
Text Example
White with #376DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376DB1; }
p { color: rgb(55,109,177); }
H1.HeaderClassName
{
color: #376DB1;
}
.AnyTagClassName
{
color: #376DB1;
}
</style>
background-color css
<style>
a { background-color: #376DB1; }
a { background-color: rgb(55,109,177); }
div.DivClassName
{
background-color: #376DB1;
}
.BgClassName
{
background-color: #376DB1;
}
</style>
border-color css
<style>
span { border-color: #376DB1; }
span { border-color: rgb(55,109,177); }
td.TdClassName
{
border-color: #376DB1;
}
.TagClassName
{
border-color: #376DB1;
}
</style>