Shades of Lochmara #37689A
Tints of Lochmara #37689A
RGB
CMYK
RGB Variations
Color information
#37689A (or 0x37689A) is known color: Lochmara. HEX triplet: 37, 68 and 9A. RGB value is (55,104,154). Sum of RGB (Red+Green+Blue) = 55+104+154=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #37689A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37689A is #C89765. Grayscale: #5E5E5E. Windows color (decimal): -13145958 or 10119223. OLE color: 10119223.
HSL color Cylindrical-coordinate representation of color #37689A: hue angle of 210.3º 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 #37689A is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 104 | 154 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.40 |
| HSL | 210.3º | 0.47% | 0.41% | - |
| HSV(B) | 210.3º | 0.64% | 0.6% | - |
| XYZ | 12.36 | 13.05 | 32.44 | - |
| YUV | 95.05 | 161.27 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 104 | 154 | 0.64 | 0.32 | 0 | 0.40 | 210.3 | 0.47 | 0.41 |
| Hex | 37 | 68 | 9A | 40 | 20 | 0 | 28 | D2 | 2F | 29 |
| Octal | 67 | 150 | 232 | 100 | 40 | 0 | 50 | 322 | 57 | 51 |
| Binary | 110111 | 1101000 | 10011010 | 1000000 | 100000 | 0 | 101000 | 11010010 | 101111 | 101001 |
Color Harmonies of #37689A
Complementary color
Monochromatic Colors of #37689A
Black with #37689A
Text Example
Text Example
White with #37689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37689A; }
p { color: rgb(55,104,154); }
H1.HeaderClassName
{
color: #37689A;
}
.AnyTagClassName
{
color: #37689A;
}
</style>
background-color css
<style>
a { background-color: #37689A; }
a { background-color: rgb(55,104,154); }
div.DivClassName
{
background-color: #37689A;
}
.BgClassName
{
background-color: #37689A;
}
</style>
border-color css
<style>
span { border-color: #37689A; }
span { border-color: rgb(55,104,154); }
td.TdClassName
{
border-color: #37689A;
}
.TagClassName
{
border-color: #37689A;
}
</style>