Shades of Lochmara #37679F
Tints of Lochmara #37679F
RGB
CMYK
RGB Variations
Color information
#37679F (or 0x37679F) is known color: Lochmara. HEX triplet: 37, 67 and 9F. RGB value is (55,103,159). Sum of RGB (Red+Green+Blue) = 55+103+159=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #37679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37679F is #C89860. Grayscale: #5E5E5E. Windows color (decimal): -13146209 or 10446647. OLE color: 10446647.
HSL color Cylindrical-coordinate representation of color #37679F: hue angle of 212.31º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37679F is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 103 | 159 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.38 |
| HSL | 212.31º | 0.49% | 0.42% | - |
| HSV(B) | 212.31º | 0.65% | 0.62% | - |
| XYZ | 12.68 | 13.02 | 34.64 | - |
| YUV | 95.03 | 164.1 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 103 | 159 | 0.65 | 0.35 | 0 | 0.38 | 212.31 | 0.49 | 0.42 |
| Hex | 37 | 67 | 9F | 41 | 23 | 0 | 26 | D4 | 31 | 2A |
| Octal | 67 | 147 | 237 | 101 | 43 | 0 | 46 | 324 | 61 | 52 |
| Binary | 110111 | 1100111 | 10011111 | 1000001 | 100011 | 0 | 100110 | 11010100 | 110001 | 101010 |
Color Harmonies of #37679F
Complementary color
Monochromatic Colors of #37679F
Black with #37679F
Text Example
Text Example
White with #37679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37679F; }
p { color: rgb(55,103,159); }
H1.HeaderClassName
{
color: #37679F;
}
.AnyTagClassName
{
color: #37679F;
}
</style>
background-color css
<style>
a { background-color: #37679F; }
a { background-color: rgb(55,103,159); }
div.DivClassName
{
background-color: #37679F;
}
.BgClassName
{
background-color: #37679F;
}
</style>
border-color css
<style>
span { border-color: #37679F; }
span { border-color: rgb(55,103,159); }
td.TdClassName
{
border-color: #37679F;
}
.TagClassName
{
border-color: #37679F;
}
</style>