Shades of Lochmara #37679C
Tints of Lochmara #37679C
RGB
CMYK
RGB Variations
Color information
#37679C (or 0x37679C) is known color: Lochmara. HEX triplet: 37, 67 and 9C. RGB value is (55,103,156). Sum of RGB (Red+Green+Blue) = 55+103+156=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #37679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37679C is #C89863. Grayscale: #5E5E5E. Windows color (decimal): -13146212 or 10250039. OLE color: 10250039.
HSL color Cylindrical-coordinate representation of color #37679C: hue angle of 211.49º 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 #37679C is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 103 | 156 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.39 |
| HSL | 211.49º | 0.48% | 0.41% | - |
| HSV(B) | 211.49º | 0.65% | 0.61% | - |
| XYZ | 12.43 | 12.91 | 33.29 | - |
| YUV | 94.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 103 | 156 | 0.65 | 0.34 | 0 | 0.39 | 211.49 | 0.48 | 0.41 |
| Hex | 37 | 67 | 9C | 41 | 22 | 0 | 27 | D3 | 30 | 29 |
| Octal | 67 | 147 | 234 | 101 | 42 | 0 | 47 | 323 | 60 | 51 |
| Binary | 110111 | 1100111 | 10011100 | 1000001 | 100010 | 0 | 100111 | 11010011 | 110000 | 101001 |
Color Harmonies of #37679C
Complementary color
Monochromatic Colors of #37679C
Black with #37679C
Text Example
Text Example
White with #37679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37679C; }
p { color: rgb(55,103,156); }
H1.HeaderClassName
{
color: #37679C;
}
.AnyTagClassName
{
color: #37679C;
}
</style>
background-color css
<style>
a { background-color: #37679C; }
a { background-color: rgb(55,103,156); }
div.DivClassName
{
background-color: #37679C;
}
.BgClassName
{
background-color: #37679C;
}
</style>
border-color css
<style>
span { border-color: #37679C; }
span { border-color: rgb(55,103,156); }
td.TdClassName
{
border-color: #37679C;
}
.TagClassName
{
border-color: #37679C;
}
</style>