Shades of Lochmara #376AA8
Tints of Lochmara #376AA8
RGB
CMYK
RGB Variations
Color information
#376AA8 (or 0x376AA8) is known color: Lochmara. HEX triplet: 37, 6A and A8. RGB value is (55,106,168). Sum of RGB (Red+Green+Blue) = 55+106+168=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 168 (66.02% from 255 or 51.06% from 329); Max value from RGB is 168 - color contains mainly: blue. Hex color #376AA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376AA8 is #C89557. Grayscale: #616161. Windows color (decimal): -13145432 or 11037239. OLE color: 11037239.
HSL color Cylindrical-coordinate representation of color #376AA8: hue angle of 212.92º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #376AA8 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 106 | 168 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.34 |
| HSL | 212.92º | 0.51% | 0.44% | - |
| HSV(B) | 212.92º | 0.67% | 0.66% | - |
| XYZ | 13.8 | 13.95 | 39.01 | - |
| YUV | 97.82 | 167.6 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 168 | 0.67 | 0.37 | 0 | 0.34 | 212.92 | 0.51 | 0.44 |
| Hex | 37 | 6A | A8 | 43 | 25 | 0 | 22 | D5 | 33 | 2C |
| Octal | 67 | 152 | 250 | 103 | 45 | 0 | 42 | 325 | 63 | 54 |
| Binary | 110111 | 1101010 | 10101000 | 1000011 | 100101 | 0 | 100010 | 11010101 | 110011 | 101100 |
Color Harmonies of #376AA8
Complementary color
Monochromatic Colors of #376AA8
Black with #376AA8
Text Example
Text Example
White with #376AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376AA8; }
p { color: rgb(55,106,168); }
H1.HeaderClassName
{
color: #376AA8;
}
.AnyTagClassName
{
color: #376AA8;
}
</style>
background-color css
<style>
a { background-color: #376AA8; }
a { background-color: rgb(55,106,168); }
div.DivClassName
{
background-color: #376AA8;
}
.BgClassName
{
background-color: #376AA8;
}
</style>
border-color css
<style>
span { border-color: #376AA8; }
span { border-color: rgb(55,106,168); }
td.TdClassName
{
border-color: #376AA8;
}
.TagClassName
{
border-color: #376AA8;
}
</style>