Shades of Lochmara #37789D
Tints of Lochmara #37789D
RGB
CMYK
RGB Variations
Color information
#37789D (or 0x37789D) is known color: Lochmara. HEX triplet: 37, 78 and 9D. RGB value is (55,120,157). Sum of RGB (Red+Green+Blue) = 55+120+157=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #37789D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37789D is #C88762. Grayscale: #686868. Windows color (decimal): -13141859 or 10319927. OLE color: 10319927.
HSL color Cylindrical-coordinate representation of color #37789D: hue angle of 201.76º degrees, saturation: 0.48, 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 #37789D is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 120 | 157 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.38 |
| HSL | 201.76º | 0.48% | 0.42% | - |
| HSV(B) | 201.76º | 0.65% | 0.62% | - |
| XYZ | 14.38 | 16.68 | 34.36 | - |
| YUV | 104.78 | 157.47 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 157 | 0.65 | 0.24 | 0 | 0.38 | 201.76 | 0.48 | 0.42 |
| Hex | 37 | 78 | 9D | 41 | 18 | 0 | 26 | CA | 30 | 2A |
| Octal | 67 | 170 | 235 | 101 | 30 | 0 | 46 | 312 | 60 | 52 |
| Binary | 110111 | 1111000 | 10011101 | 1000001 | 11000 | 0 | 100110 | 11001010 | 110000 | 101010 |
Color Harmonies of #37789D
Complementary color
Monochromatic Colors of #37789D
Black with #37789D
Text Example
Text Example
White with #37789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37789D; }
p { color: rgb(55,120,157); }
H1.HeaderClassName
{
color: #37789D;
}
.AnyTagClassName
{
color: #37789D;
}
</style>
background-color css
<style>
a { background-color: #37789D; }
a { background-color: rgb(55,120,157); }
div.DivClassName
{
background-color: #37789D;
}
.BgClassName
{
background-color: #37789D;
}
</style>
border-color css
<style>
span { border-color: #37789D; }
span { border-color: rgb(55,120,157); }
td.TdClassName
{
border-color: #37789D;
}
.TagClassName
{
border-color: #37789D;
}
</style>