Shades of Lochmara #376898
Tints of Lochmara #376898
RGB
CMYK
RGB Variations
Color information
#376898 (or 0x376898) is known color: Lochmara. HEX triplet: 37, 68 and 98. RGB value is (55,104,152). Sum of RGB (Red+Green+Blue) = 55+104+152=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #376898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376898 is #C89767. Grayscale: #5E5E5E. Windows color (decimal): -13145960 or 9988151. OLE color: 9988151.
HSL color Cylindrical-coordinate representation of color #376898: hue angle of 209.69º 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 #376898 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 104 | 152 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.40 |
| HSL | 209.69º | 0.47% | 0.41% | - |
| HSV(B) | 209.69º | 0.64% | 0.6% | - |
| XYZ | 12.19 | 12.98 | 31.57 | - |
| YUV | 94.82 | 160.27 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 104 | 152 | 0.64 | 0.32 | 0 | 0.40 | 209.69 | 0.47 | 0.41 |
| Hex | 37 | 68 | 98 | 40 | 20 | 0 | 28 | D2 | 2F | 29 |
| Octal | 67 | 150 | 230 | 100 | 40 | 0 | 50 | 322 | 57 | 51 |
| Binary | 110111 | 1101000 | 10011000 | 1000000 | 100000 | 0 | 101000 | 11010010 | 101111 | 101001 |
Color Harmonies of #376898
Complementary color
Monochromatic Colors of #376898
Black with #376898
Text Example
Text Example
White with #376898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376898; }
p { color: rgb(55,104,152); }
H1.HeaderClassName
{
color: #376898;
}
.AnyTagClassName
{
color: #376898;
}
</style>
background-color css
<style>
a { background-color: #376898; }
a { background-color: rgb(55,104,152); }
div.DivClassName
{
background-color: #376898;
}
.BgClassName
{
background-color: #376898;
}
</style>
border-color css
<style>
span { border-color: #376898; }
span { border-color: rgb(55,104,152); }
td.TdClassName
{
border-color: #376898;
}
.TagClassName
{
border-color: #376898;
}
</style>