Shades of Lochmara #37719F
Tints of Lochmara #37719F
RGB
CMYK
RGB Variations
Color information
#37719F (or 0x37719F) is known color: Lochmara. HEX triplet: 37, 71 and 9F. RGB value is (55,113,159). Sum of RGB (Red+Green+Blue) = 55+113+159=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #37719F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37719F is #C88E60. Grayscale: #646464. Windows color (decimal): -13143649 or 10449207. OLE color: 10449207.
HSL color Cylindrical-coordinate representation of color #37719F: hue angle of 206.54º 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 #37719F is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 113 | 159 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.38 |
| HSL | 206.54º | 0.49% | 0.42% | - |
| HSV(B) | 206.54º | 0.65% | 0.62% | - |
| XYZ | 13.74 | 15.13 | 35 | - |
| YUV | 100.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 159 | 0.65 | 0.29 | 0 | 0.38 | 206.54 | 0.49 | 0.42 |
| Hex | 37 | 71 | 9F | 41 | 1D | 0 | 26 | CF | 31 | 2A |
| Octal | 67 | 161 | 237 | 101 | 35 | 0 | 46 | 317 | 61 | 52 |
| Binary | 110111 | 1110001 | 10011111 | 1000001 | 11101 | 0 | 100110 | 11001111 | 110001 | 101010 |
Color Harmonies of #37719F
Complementary color
Monochromatic Colors of #37719F
Black with #37719F
Text Example
Text Example
White with #37719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37719F; }
p { color: rgb(55,113,159); }
H1.HeaderClassName
{
color: #37719F;
}
.AnyTagClassName
{
color: #37719F;
}
</style>
background-color css
<style>
a { background-color: #37719F; }
a { background-color: rgb(55,113,159); }
div.DivClassName
{
background-color: #37719F;
}
.BgClassName
{
background-color: #37719F;
}
</style>
border-color css
<style>
span { border-color: #37719F; }
span { border-color: rgb(55,113,159); }
td.TdClassName
{
border-color: #37719F;
}
.TagClassName
{
border-color: #37719F;
}
</style>