Shades of Lochmara #377799
Tints of Lochmara #377799
RGB
CMYK
RGB Variations
Color information
#377799 (or 0x377799) is known color: Lochmara. HEX triplet: 37, 77 and 99. RGB value is (55,119,153). Sum of RGB (Red+Green+Blue) = 55+119+153=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #377799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377799 is #C88866. Grayscale: #676767. Windows color (decimal): -13142119 or 10057527. OLE color: 10057527.
HSL color Cylindrical-coordinate representation of color #377799: hue angle of 200.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 #377799 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 119 | 153 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.4 |
| HSL | 200.82º | 0.47% | 0.41% | - |
| HSV(B) | 200.82º | 0.64% | 0.6% | - |
| XYZ | 13.92 | 16.31 | 32.55 | - |
| YUV | 103.74 | 155.8 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 119 | 153 | 0.64 | 0.22 | 0 | 0.4 | 200.82 | 0.47 | 0.41 |
| Hex | 37 | 77 | 99 | 40 | 16 | 0 | 28 | C9 | 2F | 29 |
| Octal | 67 | 167 | 231 | 100 | 26 | 0 | 50 | 311 | 57 | 51 |
| Binary | 110111 | 1110111 | 10011001 | 1000000 | 10110 | 0 | 101000 | 11001001 | 101111 | 101001 |
Color Harmonies of #377799
Complementary color
Monochromatic Colors of #377799
Black with #377799
Text Example
Text Example
White with #377799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377799; }
p { color: rgb(55,119,153); }
H1.HeaderClassName
{
color: #377799;
}
.AnyTagClassName
{
color: #377799;
}
</style>
background-color css
<style>
a { background-color: #377799; }
a { background-color: rgb(55,119,153); }
div.DivClassName
{
background-color: #377799;
}
.BgClassName
{
background-color: #377799;
}
</style>
border-color css
<style>
span { border-color: #377799; }
span { border-color: rgb(55,119,153); }
td.TdClassName
{
border-color: #377799;
}
.TagClassName
{
border-color: #377799;
}
</style>