Shades of Lochmara #376498
Tints of Lochmara #376498
RGB
CMYK
RGB Variations
Color information
#376498 (or 0x376498) is known color: Lochmara. HEX triplet: 37, 64 and 98. RGB value is (55,100,152). Sum of RGB (Red+Green+Blue) = 55+100+152=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #376498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376498 is #C89B67. Grayscale: #5C5C5C. Windows color (decimal): -13146984 or 9987127. OLE color: 9987127.
HSL color Cylindrical-coordinate representation of color #376498: hue angle of 212.16º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #376498 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 100 | 152 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.40 |
| HSL | 212.16º | 0.47% | 0.41% | - |
| HSV(B) | 212.16º | 0.64% | 0.6% | - |
| XYZ | 11.8 | 12.19 | 31.44 | - |
| YUV | 92.47 | 161.59 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 100 | 152 | 0.64 | 0.34 | 0 | 0.40 | 212.16 | 0.47 | 0.41 |
| Hex | 37 | 64 | 98 | 40 | 22 | 0 | 28 | D4 | 2F | 29 |
| Octal | 67 | 144 | 230 | 100 | 42 | 0 | 50 | 324 | 57 | 51 |
| Binary | 110111 | 1100100 | 10011000 | 1000000 | 100010 | 0 | 101000 | 11010100 | 101111 | 101001 |
Color Harmonies of #376498
Complementary color
Monochromatic Colors of #376498
Black with #376498
Text Example
Text Example
White with #376498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376498; }
p { color: rgb(55,100,152); }
H1.HeaderClassName
{
color: #376498;
}
.AnyTagClassName
{
color: #376498;
}
</style>
background-color css
<style>
a { background-color: #376498; }
a { background-color: rgb(55,100,152); }
div.DivClassName
{
background-color: #376498;
}
.BgClassName
{
background-color: #376498;
}
</style>
border-color css
<style>
span { border-color: #376498; }
span { border-color: rgb(55,100,152); }
td.TdClassName
{
border-color: #376498;
}
.TagClassName
{
border-color: #376498;
}
</style>