Shades of Lochmara #37769C
Tints of Lochmara #37769C
RGB
CMYK
RGB Variations
Color information
#37769C (or 0x37769C) is known color: Lochmara. HEX triplet: 37, 76 and 9C. RGB value is (55,118,156). Sum of RGB (Red+Green+Blue) = 55+118+156=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #37769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37769C is #C88963. Grayscale: #676767. Windows color (decimal): -13142372 or 10253879. OLE color: 10253879.
HSL color Cylindrical-coordinate representation of color #37769C: hue angle of 202.57º 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 #37769C is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 118 | 156 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.39 |
| HSL | 202.57º | 0.48% | 0.41% | - |
| HSV(B) | 202.57º | 0.65% | 0.61% | - |
| XYZ | 14.05 | 16.17 | 33.83 | - |
| YUV | 103.5 | 157.63 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 156 | 0.65 | 0.24 | 0 | 0.39 | 202.57 | 0.48 | 0.41 |
| Hex | 37 | 76 | 9C | 41 | 18 | 0 | 27 | CB | 30 | 29 |
| Octal | 67 | 166 | 234 | 101 | 30 | 0 | 47 | 313 | 60 | 51 |
| Binary | 110111 | 1110110 | 10011100 | 1000001 | 11000 | 0 | 100111 | 11001011 | 110000 | 101001 |
Color Harmonies of #37769C
Complementary color
Monochromatic Colors of #37769C
Black with #37769C
Text Example
Text Example
White with #37769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37769C; }
p { color: rgb(55,118,156); }
H1.HeaderClassName
{
color: #37769C;
}
.AnyTagClassName
{
color: #37769C;
}
</style>
background-color css
<style>
a { background-color: #37769C; }
a { background-color: rgb(55,118,156); }
div.DivClassName
{
background-color: #37769C;
}
.BgClassName
{
background-color: #37769C;
}
</style>
border-color css
<style>
span { border-color: #37769C; }
span { border-color: rgb(55,118,156); }
td.TdClassName
{
border-color: #37769C;
}
.TagClassName
{
border-color: #37769C;
}
</style>