Shades of Lochmara #376999
Tints of Lochmara #376999
RGB
CMYK
RGB Variations
Color information
#376999 (or 0x376999) is known color: Lochmara. HEX triplet: 37, 69 and 99. RGB value is (55,105,153). Sum of RGB (Red+Green+Blue) = 55+105+153=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #376999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376999 is #C89666. Grayscale: #5F5F5F. Windows color (decimal): -13145703 or 10053943. OLE color: 10053943.
HSL color Cylindrical-coordinate representation of color #376999: hue angle of 209.39º 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 #376999 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 105 | 153 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.4 |
| HSL | 209.39º | 0.47% | 0.41% | - |
| HSV(B) | 209.39º | 0.64% | 0.6% | - |
| XYZ | 12.38 | 13.22 | 32.04 | - |
| YUV | 95.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 105 | 153 | 0.64 | 0.31 | 0 | 0.4 | 209.39 | 0.47 | 0.41 |
| Hex | 37 | 69 | 99 | 40 | 1F | 0 | 28 | D1 | 2F | 29 |
| Octal | 67 | 151 | 231 | 100 | 37 | 0 | 50 | 321 | 57 | 51 |
| Binary | 110111 | 1101001 | 10011001 | 1000000 | 11111 | 0 | 101000 | 11010001 | 101111 | 101001 |
Color Harmonies of #376999
Complementary color
Monochromatic Colors of #376999
Black with #376999
Text Example
Text Example
White with #376999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376999; }
p { color: rgb(55,105,153); }
H1.HeaderClassName
{
color: #376999;
}
.AnyTagClassName
{
color: #376999;
}
</style>
background-color css
<style>
a { background-color: #376999; }
a { background-color: rgb(55,105,153); }
div.DivClassName
{
background-color: #376999;
}
.BgClassName
{
background-color: #376999;
}
</style>
border-color css
<style>
span { border-color: #376999; }
span { border-color: rgb(55,105,153); }
td.TdClassName
{
border-color: #376999;
}
.TagClassName
{
border-color: #376999;
}
</style>