Shades of Lochmara #3770AA
Tints of Lochmara #3770AA
RGB
CMYK
RGB Variations
Color information
#3770AA (or 0x3770AA) is known color: Lochmara. HEX triplet: 37, 70 and AA. RGB value is (55,112,170). Sum of RGB (Red+Green+Blue) = 55+112+170=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #3770AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3770AA is #C88F55. Grayscale: #656565. Windows color (decimal): -13143894 or 11169847. OLE color: 11169847.
HSL color Cylindrical-coordinate representation of color #3770AA: hue angle of 210.26º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3770AA is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 112 | 170 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.33 |
| HSL | 210.26º | 0.51% | 0.44% | - |
| HSV(B) | 210.26º | 0.68% | 0.67% | - |
| XYZ | 14.63 | 15.3 | 40.21 | - |
| YUV | 101.57 | 166.62 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 170 | 0.68 | 0.34 | 0 | 0.33 | 210.26 | 0.51 | 0.44 |
| Hex | 37 | 70 | AA | 44 | 22 | 0 | 21 | D2 | 33 | 2C |
| Octal | 67 | 160 | 252 | 104 | 42 | 0 | 41 | 322 | 63 | 54 |
| Binary | 110111 | 1110000 | 10101010 | 1000100 | 100010 | 0 | 100001 | 11010010 | 110011 | 101100 |
Color Harmonies of #3770AA
Complementary color
Monochromatic Colors of #3770AA
Black with #3770AA
Text Example
Text Example
White with #3770AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3770AA; }
p { color: rgb(55,112,170); }
H1.HeaderClassName
{
color: #3770AA;
}
.AnyTagClassName
{
color: #3770AA;
}
</style>
background-color css
<style>
a { background-color: #3770AA; }
a { background-color: rgb(55,112,170); }
div.DivClassName
{
background-color: #3770AA;
}
.BgClassName
{
background-color: #3770AA;
}
</style>
border-color css
<style>
span { border-color: #3770AA; }
span { border-color: rgb(55,112,170); }
td.TdClassName
{
border-color: #3770AA;
}
.TagClassName
{
border-color: #3770AA;
}
</style>