Shades of Lochmara #376DB0
Tints of Lochmara #376DB0
RGB
CMYK
RGB Variations
Color information
#376DB0 (or 0x376DB0) is known color: Lochmara. HEX triplet: 37, 6D and B0. RGB value is (55,109,176). Sum of RGB (Red+Green+Blue) = 55+109+176=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 176 (69.14% from 255 or 51.76% from 340); Max value from RGB is 176 - color contains mainly: blue. Hex color #376DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376DB0 is #C8924F. Grayscale: #646464. Windows color (decimal): -13144656 or 11562295. OLE color: 11562295.
HSL color Cylindrical-coordinate representation of color #376DB0: hue angle of 213.22º degrees, saturation: 0.52, 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 #376DB0 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 109 | 176 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.31 |
| HSL | 213.22º | 0.52% | 0.45% | - |
| HSV(B) | 213.22º | 0.69% | 0.69% | - |
| XYZ | 14.88 | 14.88 | 43.16 | - |
| YUV | 100.49 | 170.61 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 109 | 176 | 0.69 | 0.38 | 0 | 0.31 | 213.22 | 0.52 | 0.45 |
| Hex | 37 | 6D | B0 | 45 | 26 | 0 | 1F | D5 | 34 | 2D |
| Octal | 67 | 155 | 260 | 105 | 46 | 0 | 37 | 325 | 64 | 55 |
| Binary | 110111 | 1101101 | 10110000 | 1000101 | 100110 | 0 | 11111 | 11010101 | 110100 | 101101 |
Color Harmonies of #376DB0
Complementary color
Monochromatic Colors of #376DB0
Black with #376DB0
Text Example
Text Example
White with #376DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376DB0; }
p { color: rgb(55,109,176); }
H1.HeaderClassName
{
color: #376DB0;
}
.AnyTagClassName
{
color: #376DB0;
}
</style>
background-color css
<style>
a { background-color: #376DB0; }
a { background-color: rgb(55,109,176); }
div.DivClassName
{
background-color: #376DB0;
}
.BgClassName
{
background-color: #376DB0;
}
</style>
border-color css
<style>
span { border-color: #376DB0; }
span { border-color: rgb(55,109,176); }
td.TdClassName
{
border-color: #376DB0;
}
.TagClassName
{
border-color: #376DB0;
}
</style>