Shades of Lochmara #377AA8
Tints of Lochmara #377AA8
RGB
CMYK
RGB Variations
Color information
#377AA8 (or 0x377AA8) is known color: Lochmara. HEX triplet: 37, 7A and A8. RGB value is (55,122,168). Sum of RGB (Red+Green+Blue) = 55+122+168=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 168 (66.02% from 255 or 48.70% from 345); Max value from RGB is 168 - color contains mainly: blue. Hex color #377AA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377AA8 is #C88557. Grayscale: #6A6A6A. Windows color (decimal): -13141336 or 11041335. OLE color: 11041335.
HSL color Cylindrical-coordinate representation of color #377AA8: hue angle of 204.42º 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 #377AA8 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 122 | 168 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.34 |
| HSL | 204.42º | 0.51% | 0.44% | - |
| HSV(B) | 204.42º | 0.67% | 0.66% | - |
| XYZ | 15.6 | 17.56 | 39.61 | - |
| YUV | 107.21 | 162.3 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 168 | 0.67 | 0.27 | 0 | 0.34 | 204.42 | 0.51 | 0.44 |
| Hex | 37 | 7A | A8 | 43 | 1B | 0 | 22 | CC | 33 | 2C |
| Octal | 67 | 172 | 250 | 103 | 33 | 0 | 42 | 314 | 63 | 54 |
| Binary | 110111 | 1111010 | 10101000 | 1000011 | 11011 | 0 | 100010 | 11001100 | 110011 | 101100 |
Color Harmonies of #377AA8
Complementary color
Monochromatic Colors of #377AA8
Black with #377AA8
Text Example
Text Example
White with #377AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377AA8; }
p { color: rgb(55,122,168); }
H1.HeaderClassName
{
color: #377AA8;
}
.AnyTagClassName
{
color: #377AA8;
}
</style>
background-color css
<style>
a { background-color: #377AA8; }
a { background-color: rgb(55,122,168); }
div.DivClassName
{
background-color: #377AA8;
}
.BgClassName
{
background-color: #377AA8;
}
</style>
border-color css
<style>
span { border-color: #377AA8; }
span { border-color: rgb(55,122,168); }
td.TdClassName
{
border-color: #377AA8;
}
.TagClassName
{
border-color: #377AA8;
}
</style>