Shades of Lochmara #37659B
Tints of Lochmara #37659B
RGB
CMYK
RGB Variations
Color information
#37659B (or 0x37659B) is known color: Lochmara. HEX triplet: 37, 65 and 9B. RGB value is (55,101,155). Sum of RGB (Red+Green+Blue) = 55+101+155=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #37659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37659B is #C89A64. Grayscale: #5D5D5D. Windows color (decimal): -13146725 or 10183991. OLE color: 10183991.
HSL color Cylindrical-coordinate representation of color #37659B: hue angle of 212.4º 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 #37659B is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 101 | 155 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.39 |
| HSL | 212.4º | 0.48% | 0.41% | - |
| HSV(B) | 212.4º | 0.65% | 0.61% | - |
| XYZ | 12.15 | 12.49 | 32.78 | - |
| YUV | 93.4 | 162.76 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 155 | 0.65 | 0.35 | 0 | 0.39 | 212.4 | 0.48 | 0.41 |
| Hex | 37 | 65 | 9B | 41 | 23 | 0 | 27 | D4 | 30 | 29 |
| Octal | 67 | 145 | 233 | 101 | 43 | 0 | 47 | 324 | 60 | 51 |
| Binary | 110111 | 1100101 | 10011011 | 1000001 | 100011 | 0 | 100111 | 11010100 | 110000 | 101001 |
Color Harmonies of #37659B
Complementary color
Monochromatic Colors of #37659B
Black with #37659B
Text Example
Text Example
White with #37659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37659B; }
p { color: rgb(55,101,155); }
H1.HeaderClassName
{
color: #37659B;
}
.AnyTagClassName
{
color: #37659B;
}
</style>
background-color css
<style>
a { background-color: #37659B; }
a { background-color: rgb(55,101,155); }
div.DivClassName
{
background-color: #37659B;
}
.BgClassName
{
background-color: #37659B;
}
</style>
border-color css
<style>
span { border-color: #37659B; }
span { border-color: rgb(55,101,155); }
td.TdClassName
{
border-color: #37659B;
}
.TagClassName
{
border-color: #37659B;
}
</style>