Shades of Lochmara #377599
Tints of Lochmara #377599
RGB
CMYK
RGB Variations
Color information
#377599 (or 0x377599) is known color: Lochmara. HEX triplet: 37, 75 and 99. RGB value is (55,117,153). Sum of RGB (Red+Green+Blue) = 55+117+153=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #377599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377599 is #C88A66. Grayscale: #666666. Windows color (decimal): -13142631 or 10057015. OLE color: 10057015.
HSL color Cylindrical-coordinate representation of color #377599: hue angle of 202.04º 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 #377599 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 117 | 153 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.4 |
| HSL | 202.04º | 0.47% | 0.41% | - |
| HSV(B) | 202.04º | 0.64% | 0.6% | - |
| XYZ | 13.69 | 15.83 | 32.47 | - |
| YUV | 102.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 153 | 0.64 | 0.24 | 0 | 0.4 | 202.04 | 0.47 | 0.41 |
| Hex | 37 | 75 | 99 | 40 | 18 | 0 | 28 | CA | 2F | 29 |
| Octal | 67 | 165 | 231 | 100 | 30 | 0 | 50 | 312 | 57 | 51 |
| Binary | 110111 | 1110101 | 10011001 | 1000000 | 11000 | 0 | 101000 | 11001010 | 101111 | 101001 |
Color Harmonies of #377599
Complementary color
Monochromatic Colors of #377599
Black with #377599
Text Example
Text Example
White with #377599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377599; }
p { color: rgb(55,117,153); }
H1.HeaderClassName
{
color: #377599;
}
.AnyTagClassName
{
color: #377599;
}
</style>
background-color css
<style>
a { background-color: #377599; }
a { background-color: rgb(55,117,153); }
div.DivClassName
{
background-color: #377599;
}
.BgClassName
{
background-color: #377599;
}
</style>
border-color css
<style>
span { border-color: #377599; }
span { border-color: rgb(55,117,153); }
td.TdClassName
{
border-color: #377599;
}
.TagClassName
{
border-color: #377599;
}
</style>