Shades of Lochmara #37779B
Tints of Lochmara #37779B
RGB
CMYK
RGB Variations
Color information
#37779B (or 0x37779B) is known color: Lochmara. HEX triplet: 37, 77 and 9B. RGB value is (55,119,155). Sum of RGB (Red+Green+Blue) = 55+119+155=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #37779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37779B is #C88864. Grayscale: #676767. Windows color (decimal): -13142117 or 10188599. OLE color: 10188599.
HSL color Cylindrical-coordinate representation of color #37779B: hue angle of 201.6º 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 #37779B is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 119 | 155 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.39 |
| HSL | 201.6º | 0.48% | 0.41% | - |
| HSV(B) | 201.6º | 0.65% | 0.61% | - |
| XYZ | 14.09 | 16.37 | 33.43 | - |
| YUV | 103.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 119 | 155 | 0.65 | 0.23 | 0 | 0.39 | 201.6 | 0.48 | 0.41 |
| Hex | 37 | 77 | 9B | 41 | 17 | 0 | 27 | CA | 30 | 29 |
| Octal | 67 | 167 | 233 | 101 | 27 | 0 | 47 | 312 | 60 | 51 |
| Binary | 110111 | 1110111 | 10011011 | 1000001 | 10111 | 0 | 100111 | 11001010 | 110000 | 101001 |
Color Harmonies of #37779B
Complementary color
Monochromatic Colors of #37779B
Black with #37779B
Text Example
Text Example
White with #37779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37779B; }
p { color: rgb(55,119,155); }
H1.HeaderClassName
{
color: #37779B;
}
.AnyTagClassName
{
color: #37779B;
}
</style>
background-color css
<style>
a { background-color: #37779B; }
a { background-color: rgb(55,119,155); }
div.DivClassName
{
background-color: #37779B;
}
.BgClassName
{
background-color: #37779B;
}
</style>
border-color css
<style>
span { border-color: #37779B; }
span { border-color: rgb(55,119,155); }
td.TdClassName
{
border-color: #37779B;
}
.TagClassName
{
border-color: #37779B;
}
</style>