Shades of Lochmara #376BAD
Tints of Lochmara #376BAD
RGB
CMYK
RGB Variations
Color information
#376BAD (or 0x376BAD) is known color: Lochmara. HEX triplet: 37, 6B and AD. RGB value is (55,107,173). Sum of RGB (Red+Green+Blue) = 55+107+173=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #376BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376BAD is #C89452. Grayscale: #626262. Windows color (decimal): -13145171 or 11365175. OLE color: 11365175.
HSL color Cylindrical-coordinate representation of color #376BAD: hue angle of 213.56º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #376BAD is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 107 | 173 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.32 |
| HSL | 213.56º | 0.52% | 0.45% | - |
| HSV(B) | 213.56º | 0.68% | 0.68% | - |
| XYZ | 14.38 | 14.34 | 41.55 | - |
| YUV | 98.98 | 169.77 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 173 | 0.68 | 0.38 | 0 | 0.32 | 213.56 | 0.52 | 0.45 |
| Hex | 37 | 6B | AD | 44 | 26 | 0 | 20 | D6 | 34 | 2D |
| Octal | 67 | 153 | 255 | 104 | 46 | 0 | 40 | 326 | 64 | 55 |
| Binary | 110111 | 1101011 | 10101101 | 1000100 | 100110 | 0 | 100000 | 11010110 | 110100 | 101101 |
Color Harmonies of #376BAD
Complementary color
Monochromatic Colors of #376BAD
Black with #376BAD
Text Example
Text Example
White with #376BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376BAD; }
p { color: rgb(55,107,173); }
H1.HeaderClassName
{
color: #376BAD;
}
.AnyTagClassName
{
color: #376BAD;
}
</style>
background-color css
<style>
a { background-color: #376BAD; }
a { background-color: rgb(55,107,173); }
div.DivClassName
{
background-color: #376BAD;
}
.BgClassName
{
background-color: #376BAD;
}
</style>
border-color css
<style>
span { border-color: #376BAD; }
span { border-color: rgb(55,107,173); }
td.TdClassName
{
border-color: #376BAD;
}
.TagClassName
{
border-color: #376BAD;
}
</style>