Shades of Lochmara #377DA8
Tints of Lochmara #377DA8
RGB
CMYK
RGB Variations
Color information
#377DA8 (or 0x377DA8) is known color: Lochmara. HEX triplet: 37, 7D and A8. RGB value is (55,125,168). Sum of RGB (Red+Green+Blue) = 55+125+168=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 168 (66.02% from 255 or 48.28% from 348); Max value from RGB is 168 - color contains mainly: blue. Hex color #377DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377DA8 is #C88257. Grayscale: #6C6C6C. Windows color (decimal): -13140568 or 11042103. OLE color: 11042103.
HSL color Cylindrical-coordinate representation of color #377DA8: hue angle of 202.83º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #377DA8 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 125 | 168 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.34 |
| HSL | 202.83º | 0.51% | 0.44% | - |
| HSV(B) | 202.83º | 0.67% | 0.66% | - |
| XYZ | 15.98 | 18.31 | 39.74 | - |
| YUV | 108.97 | 161.31 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 168 | 0.67 | 0.26 | 0 | 0.34 | 202.83 | 0.51 | 0.44 |
| Hex | 37 | 7D | A8 | 43 | 1A | 0 | 22 | CB | 33 | 2C |
| Octal | 67 | 175 | 250 | 103 | 32 | 0 | 42 | 313 | 63 | 54 |
| Binary | 110111 | 1111101 | 10101000 | 1000011 | 11010 | 0 | 100010 | 11001011 | 110011 | 101100 |
Color Harmonies of #377DA8
Complementary color
Monochromatic Colors of #377DA8
Black with #377DA8
Text Example
Text Example
White with #377DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377DA8; }
p { color: rgb(55,125,168); }
H1.HeaderClassName
{
color: #377DA8;
}
.AnyTagClassName
{
color: #377DA8;
}
</style>
background-color css
<style>
a { background-color: #377DA8; }
a { background-color: rgb(55,125,168); }
div.DivClassName
{
background-color: #377DA8;
}
.BgClassName
{
background-color: #377DA8;
}
</style>
border-color css
<style>
span { border-color: #377DA8; }
span { border-color: rgb(55,125,168); }
td.TdClassName
{
border-color: #377DA8;
}
.TagClassName
{
border-color: #377DA8;
}
</style>