Shades of Lochmara #3770AC
Tints of Lochmara #3770AC
RGB
CMYK
RGB Variations
Color information
#3770AC (or 0x3770AC) is known color: Lochmara. HEX triplet: 37, 70 and AC. RGB value is (55,112,172). Sum of RGB (Red+Green+Blue) = 55+112+172=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #3770AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3770AC is #C88F53. Grayscale: #656565. Windows color (decimal): -13143892 or 11300919. OLE color: 11300919.
HSL color Cylindrical-coordinate representation of color #3770AC: hue angle of 210.77º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3770AC is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 112 | 172 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.33 |
| HSL | 210.77º | 0.52% | 0.45% | - |
| HSV(B) | 210.77º | 0.68% | 0.67% | - |
| XYZ | 14.82 | 15.38 | 41.22 | - |
| YUV | 101.8 | 167.62 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 172 | 0.68 | 0.35 | 0 | 0.33 | 210.77 | 0.52 | 0.45 |
| Hex | 37 | 70 | AC | 44 | 23 | 0 | 21 | D3 | 34 | 2D |
| Octal | 67 | 160 | 254 | 104 | 43 | 0 | 41 | 323 | 64 | 55 |
| Binary | 110111 | 1110000 | 10101100 | 1000100 | 100011 | 0 | 100001 | 11010011 | 110100 | 101101 |
Color Harmonies of #3770AC
Complementary color
Monochromatic Colors of #3770AC
Black with #3770AC
Text Example
Text Example
White with #3770AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3770AC; }
p { color: rgb(55,112,172); }
H1.HeaderClassName
{
color: #3770AC;
}
.AnyTagClassName
{
color: #3770AC;
}
</style>
background-color css
<style>
a { background-color: #3770AC; }
a { background-color: rgb(55,112,172); }
div.DivClassName
{
background-color: #3770AC;
}
.BgClassName
{
background-color: #3770AC;
}
</style>
border-color css
<style>
span { border-color: #3770AC; }
span { border-color: rgb(55,112,172); }
td.TdClassName
{
border-color: #3770AC;
}
.TagClassName
{
border-color: #3770AC;
}
</style>