Shades of Lochmara #377DA5
Tints of Lochmara #377DA5
RGB
CMYK
RGB Variations
Color information
#377DA5 (or 0x377DA5) is known color: Lochmara. HEX triplet: 37, 7D and A5. RGB value is (55,125,165). Sum of RGB (Red+Green+Blue) = 55+125+165=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 165 - color contains mainly: blue. Hex color #377DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377DA5 is #C8825A. Grayscale: #6C6C6C. Windows color (decimal): -13140571 or 10845495. OLE color: 10845495.
HSL color Cylindrical-coordinate representation of color #377DA5: hue angle of 201.82º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #377DA5 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 125 | 165 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.35 |
| HSL | 201.82º | 0.5% | 0.43% | - |
| HSV(B) | 201.82º | 0.67% | 0.65% | - |
| XYZ | 15.7 | 18.2 | 38.28 | - |
| YUV | 108.63 | 159.81 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 165 | 0.67 | 0.24 | 0 | 0.35 | 201.82 | 0.5 | 0.43 |
| Hex | 37 | 7D | A5 | 43 | 18 | 0 | 23 | CA | 32 | 2B |
| Octal | 67 | 175 | 245 | 103 | 30 | 0 | 43 | 312 | 62 | 53 |
| Binary | 110111 | 1111101 | 10100101 | 1000011 | 11000 | 0 | 100011 | 11001010 | 110010 | 101011 |
Color Harmonies of #377DA5
Complementary color
Monochromatic Colors of #377DA5
Black with #377DA5
Text Example
Text Example
White with #377DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377DA5; }
p { color: rgb(55,125,165); }
H1.HeaderClassName
{
color: #377DA5;
}
.AnyTagClassName
{
color: #377DA5;
}
</style>
background-color css
<style>
a { background-color: #377DA5; }
a { background-color: rgb(55,125,165); }
div.DivClassName
{
background-color: #377DA5;
}
.BgClassName
{
background-color: #377DA5;
}
</style>
border-color css
<style>
span { border-color: #377DA5; }
span { border-color: rgb(55,125,165); }
td.TdClassName
{
border-color: #377DA5;
}
.TagClassName
{
border-color: #377DA5;
}
</style>