Shades of Lochmara #37759E
Tints of Lochmara #37759E
RGB
CMYK
RGB Variations
Color information
#37759E (or 0x37759E) is known color: Lochmara. HEX triplet: 37, 75 and 9E. RGB value is (55,117,158). Sum of RGB (Red+Green+Blue) = 55+117+158=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #37759E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37759E is #C88A61. Grayscale: #666666. Windows color (decimal): -13142626 or 10384695. OLE color: 10384695.
HSL color Cylindrical-coordinate representation of color #37759E: hue angle of 203.88º degrees, saturation: 0.48, 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 #37759E is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 117 | 158 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.38 |
| HSL | 203.88º | 0.48% | 0.42% | - |
| HSV(B) | 203.88º | 0.65% | 0.62% | - |
| XYZ | 14.11 | 16 | 34.69 | - |
| YUV | 103.14 | 158.96 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 158 | 0.65 | 0.26 | 0 | 0.38 | 203.88 | 0.48 | 0.42 |
| Hex | 37 | 75 | 9E | 41 | 1A | 0 | 26 | CC | 30 | 2A |
| Octal | 67 | 165 | 236 | 101 | 32 | 0 | 46 | 314 | 60 | 52 |
| Binary | 110111 | 1110101 | 10011110 | 1000001 | 11010 | 0 | 100110 | 11001100 | 110000 | 101010 |
Color Harmonies of #37759E
Complementary color
Monochromatic Colors of #37759E
Black with #37759E
Text Example
Text Example
White with #37759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37759E; }
p { color: rgb(55,117,158); }
H1.HeaderClassName
{
color: #37759E;
}
.AnyTagClassName
{
color: #37759E;
}
</style>
background-color css
<style>
a { background-color: #37759E; }
a { background-color: rgb(55,117,158); }
div.DivClassName
{
background-color: #37759E;
}
.BgClassName
{
background-color: #37759E;
}
</style>
border-color css
<style>
span { border-color: #37759E; }
span { border-color: rgb(55,117,158); }
td.TdClassName
{
border-color: #37759E;
}
.TagClassName
{
border-color: #37759E;
}
</style>