Shades of Lochmara #3771AC
Tints of Lochmara #3771AC
RGB
CMYK
RGB Variations
Color information
#3771AC (or 0x3771AC) is known color: Lochmara. HEX triplet: 37, 71 and AC. RGB value is (55,113,172). Sum of RGB (Red+Green+Blue) = 55+113+172=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #3771AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3771AC is #C88E53. Grayscale: #666666. Windows color (decimal): -13143636 or 11301175. OLE color: 11301175.
HSL color Cylindrical-coordinate representation of color #3771AC: hue angle of 210.26º 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 #3771AC is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 113 | 172 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.33 |
| HSL | 210.26º | 0.52% | 0.45% | - |
| HSV(B) | 210.26º | 0.68% | 0.67% | - |
| XYZ | 14.93 | 15.6 | 41.25 | - |
| YUV | 102.38 | 167.28 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 172 | 0.68 | 0.34 | 0 | 0.33 | 210.26 | 0.52 | 0.45 |
| Hex | 37 | 71 | AC | 44 | 22 | 0 | 21 | D2 | 34 | 2D |
| Octal | 67 | 161 | 254 | 104 | 42 | 0 | 41 | 322 | 64 | 55 |
| Binary | 110111 | 1110001 | 10101100 | 1000100 | 100010 | 0 | 100001 | 11010010 | 110100 | 101101 |
Color Harmonies of #3771AC
Complementary color
Monochromatic Colors of #3771AC
Black with #3771AC
Text Example
Text Example
White with #3771AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3771AC; }
p { color: rgb(55,113,172); }
H1.HeaderClassName
{
color: #3771AC;
}
.AnyTagClassName
{
color: #3771AC;
}
</style>
background-color css
<style>
a { background-color: #3771AC; }
a { background-color: rgb(55,113,172); }
div.DivClassName
{
background-color: #3771AC;
}
.BgClassName
{
background-color: #3771AC;
}
</style>
border-color css
<style>
span { border-color: #3771AC; }
span { border-color: rgb(55,113,172); }
td.TdClassName
{
border-color: #3771AC;
}
.TagClassName
{
border-color: #3771AC;
}
</style>