Shades of Lochmara #377BA1
Tints of Lochmara #377BA1
RGB
CMYK
RGB Variations
Color information
#377BA1 (or 0x377BA1) is known color: Lochmara. HEX triplet: 37, 7B and A1. RGB value is (55,123,161). Sum of RGB (Red+Green+Blue) = 55+123+161=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #377BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377BA1 is #C8845E. Grayscale: #6A6A6A. Windows color (decimal): -13141087 or 10582839. OLE color: 10582839.
HSL color Cylindrical-coordinate representation of color #377BA1: hue angle of 201.51º 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 #377BA1 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 123 | 161 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.37 |
| HSL | 201.51º | 0.49% | 0.42% | - |
| HSV(B) | 201.51º | 0.66% | 0.63% | - |
| XYZ | 15.09 | 17.55 | 36.31 | - |
| YUV | 107 | 158.47 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 161 | 0.66 | 0.24 | 0 | 0.37 | 201.51 | 0.49 | 0.42 |
| Hex | 37 | 7B | A1 | 42 | 18 | 0 | 25 | CA | 31 | 2A |
| Octal | 67 | 173 | 241 | 102 | 30 | 0 | 45 | 312 | 61 | 52 |
| Binary | 110111 | 1111011 | 10100001 | 1000010 | 11000 | 0 | 100101 | 11001010 | 110001 | 101010 |
Color Harmonies of #377BA1
Complementary color
Monochromatic Colors of #377BA1
Black with #377BA1
Text Example
Text Example
White with #377BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377BA1; }
p { color: rgb(55,123,161); }
H1.HeaderClassName
{
color: #377BA1;
}
.AnyTagClassName
{
color: #377BA1;
}
</style>
background-color css
<style>
a { background-color: #377BA1; }
a { background-color: rgb(55,123,161); }
div.DivClassName
{
background-color: #377BA1;
}
.BgClassName
{
background-color: #377BA1;
}
</style>
border-color css
<style>
span { border-color: #377BA1; }
span { border-color: rgb(55,123,161); }
td.TdClassName
{
border-color: #377BA1;
}
.TagClassName
{
border-color: #377BA1;
}
</style>