Shades of Lochmara #37689C
Tints of Lochmara #37689C
RGB
CMYK
RGB Variations
Color information
#37689C (or 0x37689C) is known color: Lochmara. HEX triplet: 37, 68 and 9C. RGB value is (55,104,156). Sum of RGB (Red+Green+Blue) = 55+104+156=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #37689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37689C is #C89763. Grayscale: #5F5F5F. Windows color (decimal): -13145956 or 10250295. OLE color: 10250295.
HSL color Cylindrical-coordinate representation of color #37689C: hue angle of 210.89º 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 #37689C is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 104 | 156 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.39 |
| HSL | 210.89º | 0.48% | 0.41% | - |
| HSV(B) | 210.89º | 0.65% | 0.61% | - |
| XYZ | 12.53 | 13.11 | 33.32 | - |
| YUV | 95.28 | 162.27 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 104 | 156 | 0.65 | 0.33 | 0 | 0.39 | 210.89 | 0.48 | 0.41 |
| Hex | 37 | 68 | 9C | 41 | 21 | 0 | 27 | D3 | 30 | 29 |
| Octal | 67 | 150 | 234 | 101 | 41 | 0 | 47 | 323 | 60 | 51 |
| Binary | 110111 | 1101000 | 10011100 | 1000001 | 100001 | 0 | 100111 | 11010011 | 110000 | 101001 |
Color Harmonies of #37689C
Complementary color
Monochromatic Colors of #37689C
Black with #37689C
Text Example
Text Example
White with #37689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37689C; }
p { color: rgb(55,104,156); }
H1.HeaderClassName
{
color: #37689C;
}
.AnyTagClassName
{
color: #37689C;
}
</style>
background-color css
<style>
a { background-color: #37689C; }
a { background-color: rgb(55,104,156); }
div.DivClassName
{
background-color: #37689C;
}
.BgClassName
{
background-color: #37689C;
}
</style>
border-color css
<style>
span { border-color: #37689C; }
span { border-color: rgb(55,104,156); }
td.TdClassName
{
border-color: #37689C;
}
.TagClassName
{
border-color: #37689C;
}
</style>