Shades of Lochmara #376C9B
Tints of Lochmara #376C9B
RGB
CMYK
RGB Variations
Color information
#376C9B (or 0x376C9B) is known color: Lochmara. HEX triplet: 37, 6C and 9B. RGB value is (55,108,155). Sum of RGB (Red+Green+Blue) = 55+108+155=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #376C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376C9B is #C89364. Grayscale: #616161. Windows color (decimal): -13144933 or 10185783. OLE color: 10185783.
HSL color Cylindrical-coordinate representation of color #376C9B: hue angle of 208.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #376C9B is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 108 | 155 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.39 |
| HSL | 208.2º | 0.48% | 0.41% | - |
| HSV(B) | 208.2º | 0.65% | 0.61% | - |
| XYZ | 12.85 | 13.9 | 33.02 | - |
| YUV | 97.51 | 160.44 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 155 | 0.65 | 0.30 | 0 | 0.39 | 208.2 | 0.48 | 0.41 |
| Hex | 37 | 6C | 9B | 41 | 1E | 0 | 27 | D0 | 30 | 29 |
| Octal | 67 | 154 | 233 | 101 | 36 | 0 | 47 | 320 | 60 | 51 |
| Binary | 110111 | 1101100 | 10011011 | 1000001 | 11110 | 0 | 100111 | 11010000 | 110000 | 101001 |
Color Harmonies of #376C9B
Complementary color
Monochromatic Colors of #376C9B
Black with #376C9B
Text Example
Text Example
White with #376C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376C9B; }
p { color: rgb(55,108,155); }
H1.HeaderClassName
{
color: #376C9B;
}
.AnyTagClassName
{
color: #376C9B;
}
</style>
background-color css
<style>
a { background-color: #376C9B; }
a { background-color: rgb(55,108,155); }
div.DivClassName
{
background-color: #376C9B;
}
.BgClassName
{
background-color: #376C9B;
}
</style>
border-color css
<style>
span { border-color: #376C9B; }
span { border-color: rgb(55,108,155); }
td.TdClassName
{
border-color: #376C9B;
}
.TagClassName
{
border-color: #376C9B;
}
</style>