Shades of Lochmara #377AA0
Tints of Lochmara #377AA0
RGB
CMYK
RGB Variations
Color information
#377AA0 (or 0x377AA0) is known color: Lochmara. HEX triplet: 37, 7A and A0. RGB value is (55,122,160). Sum of RGB (Red+Green+Blue) = 55+122+160=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #377AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377AA0 is #C8855F. Grayscale: #6A6A6A. Windows color (decimal): -13141344 or 10517047. OLE color: 10517047.
HSL color Cylindrical-coordinate representation of color #377AA0: hue angle of 201.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #377AA0 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 122 | 160 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.37 |
| HSL | 201.71º | 0.49% | 0.42% | - |
| HSV(B) | 201.71º | 0.66% | 0.63% | - |
| XYZ | 14.88 | 17.27 | 35.81 | - |
| YUV | 106.3 | 158.3 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 160 | 0.66 | 0.24 | 0 | 0.37 | 201.71 | 0.49 | 0.42 |
| Hex | 37 | 7A | A0 | 42 | 18 | 0 | 25 | CA | 31 | 2A |
| Octal | 67 | 172 | 240 | 102 | 30 | 0 | 45 | 312 | 61 | 52 |
| Binary | 110111 | 1111010 | 10100000 | 1000010 | 11000 | 0 | 100101 | 11001010 | 110001 | 101010 |
Color Harmonies of #377AA0
Complementary color
Monochromatic Colors of #377AA0
Black with #377AA0
Text Example
Text Example
White with #377AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377AA0; }
p { color: rgb(55,122,160); }
H1.HeaderClassName
{
color: #377AA0;
}
.AnyTagClassName
{
color: #377AA0;
}
</style>
background-color css
<style>
a { background-color: #377AA0; }
a { background-color: rgb(55,122,160); }
div.DivClassName
{
background-color: #377AA0;
}
.BgClassName
{
background-color: #377AA0;
}
</style>
border-color css
<style>
span { border-color: #377AA0; }
span { border-color: rgb(55,122,160); }
td.TdClassName
{
border-color: #377AA0;
}
.TagClassName
{
border-color: #377AA0;
}
</style>