Shades of Lochmara #376EAE
Tints of Lochmara #376EAE
RGB
CMYK
RGB Variations
Color information
#376EAE (or 0x376EAE) is known color: Lochmara. HEX triplet: 37, 6E and AE. RGB value is (55,110,174). Sum of RGB (Red+Green+Blue) = 55+110+174=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #376EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376EAE is #C89151. Grayscale: #646464. Windows color (decimal): -13144402 or 11431479. OLE color: 11431479.
HSL color Cylindrical-coordinate representation of color #376EAE: hue angle of 212.27º 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 #376EAE is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 110 | 174 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.32 |
| HSL | 212.27º | 0.52% | 0.45% | - |
| HSV(B) | 212.27º | 0.68% | 0.68% | - |
| XYZ | 14.79 | 15.02 | 42.16 | - |
| YUV | 100.85 | 169.28 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 110 | 174 | 0.68 | 0.37 | 0 | 0.32 | 212.27 | 0.52 | 0.45 |
| Hex | 37 | 6E | AE | 44 | 25 | 0 | 20 | D4 | 34 | 2D |
| Octal | 67 | 156 | 256 | 104 | 45 | 0 | 40 | 324 | 64 | 55 |
| Binary | 110111 | 1101110 | 10101110 | 1000100 | 100101 | 0 | 100000 | 11010100 | 110100 | 101101 |
Color Harmonies of #376EAE
Complementary color
Monochromatic Colors of #376EAE
Black with #376EAE
Text Example
Text Example
White with #376EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376EAE; }
p { color: rgb(55,110,174); }
H1.HeaderClassName
{
color: #376EAE;
}
.AnyTagClassName
{
color: #376EAE;
}
</style>
background-color css
<style>
a { background-color: #376EAE; }
a { background-color: rgb(55,110,174); }
div.DivClassName
{
background-color: #376EAE;
}
.BgClassName
{
background-color: #376EAE;
}
</style>
border-color css
<style>
span { border-color: #376EAE; }
span { border-color: rgb(55,110,174); }
td.TdClassName
{
border-color: #376EAE;
}
.TagClassName
{
border-color: #376EAE;
}
</style>