Shades of Lochmara #37769A
Tints of Lochmara #37769A
RGB
CMYK
RGB Variations
Color information
#37769A (or 0x37769A) is known color: Lochmara. HEX triplet: 37, 76 and 9A. RGB value is (55,118,154). Sum of RGB (Red+Green+Blue) = 55+118+154=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #37769A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37769A is #C88965. Grayscale: #676767. Windows color (decimal): -13142374 or 10122807. OLE color: 10122807.
HSL color Cylindrical-coordinate representation of color #37769A: hue angle of 201.82º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37769A is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 118 | 154 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.40 |
| HSL | 201.82º | 0.47% | 0.41% | - |
| HSV(B) | 201.82º | 0.64% | 0.6% | - |
| XYZ | 13.89 | 16.1 | 32.95 | - |
| YUV | 103.27 | 156.63 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 154 | 0.64 | 0.23 | 0 | 0.40 | 201.82 | 0.47 | 0.41 |
| Hex | 37 | 76 | 9A | 40 | 17 | 0 | 28 | CA | 2F | 29 |
| Octal | 67 | 166 | 232 | 100 | 27 | 0 | 50 | 312 | 57 | 51 |
| Binary | 110111 | 1110110 | 10011010 | 1000000 | 10111 | 0 | 101000 | 11001010 | 101111 | 101001 |
Color Harmonies of #37769A
Complementary color
Monochromatic Colors of #37769A
Black with #37769A
Text Example
Text Example
White with #37769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37769A; }
p { color: rgb(55,118,154); }
H1.HeaderClassName
{
color: #37769A;
}
.AnyTagClassName
{
color: #37769A;
}
</style>
background-color css
<style>
a { background-color: #37769A; }
a { background-color: rgb(55,118,154); }
div.DivClassName
{
background-color: #37769A;
}
.BgClassName
{
background-color: #37769A;
}
</style>
border-color css
<style>
span { border-color: #37769A; }
span { border-color: rgb(55,118,154); }
td.TdClassName
{
border-color: #37769A;
}
.TagClassName
{
border-color: #37769A;
}
</style>