Shades of Lochmara #37759C
Tints of Lochmara #37759C
RGB
CMYK
RGB Variations
Color information
#37759C (or 0x37759C) is known color: Lochmara. HEX triplet: 37, 75 and 9C. RGB value is (55,117,156). Sum of RGB (Red+Green+Blue) = 55+117+156=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #37759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37759C is #C88A63. Grayscale: #666666. Windows color (decimal): -13142628 or 10253623. OLE color: 10253623.
HSL color Cylindrical-coordinate representation of color #37759C: hue angle of 203.17º 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 #37759C is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 117 | 156 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.39 |
| HSL | 203.17º | 0.48% | 0.41% | - |
| HSV(B) | 203.17º | 0.65% | 0.61% | - |
| XYZ | 13.94 | 15.94 | 33.79 | - |
| YUV | 102.91 | 157.96 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 156 | 0.65 | 0.25 | 0 | 0.39 | 203.17 | 0.48 | 0.41 |
| Hex | 37 | 75 | 9C | 41 | 19 | 0 | 27 | CB | 30 | 29 |
| Octal | 67 | 165 | 234 | 101 | 31 | 0 | 47 | 313 | 60 | 51 |
| Binary | 110111 | 1110101 | 10011100 | 1000001 | 11001 | 0 | 100111 | 11001011 | 110000 | 101001 |
Color Harmonies of #37759C
Complementary color
Monochromatic Colors of #37759C
Black with #37759C
Text Example
Text Example
White with #37759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37759C; }
p { color: rgb(55,117,156); }
H1.HeaderClassName
{
color: #37759C;
}
.AnyTagClassName
{
color: #37759C;
}
</style>
background-color css
<style>
a { background-color: #37759C; }
a { background-color: rgb(55,117,156); }
div.DivClassName
{
background-color: #37759C;
}
.BgClassName
{
background-color: #37759C;
}
</style>
border-color css
<style>
span { border-color: #37759C; }
span { border-color: rgb(55,117,156); }
td.TdClassName
{
border-color: #37759C;
}
.TagClassName
{
border-color: #37759C;
}
</style>