Shades of Lochmara #3977AA
Tints of Lochmara #3977AA
RGB
CMYK
RGB Variations
Color information
#3977AA (or 0x3977AA) is known color: Lochmara. HEX triplet: 39, 77 and AA. RGB value is (57,119,170). Sum of RGB (Red+Green+Blue) = 57+119+170=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #3977AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3977AA is #C68855. Grayscale: #6A6A6A. Windows color (decimal): -13011030 or 11171641. OLE color: 11171641.
HSL color Cylindrical-coordinate representation of color #3977AA: hue angle of 207.08º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3977AA is Cyan = 0.66, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 119 | 170 | - |
| CMYK | 0.66 | 0.3 | 0 | 0.33 |
| HSL | 207.08º | 0.5% | 0.45% | - |
| HSV(B) | 207.08º | 0.66% | 0.67% | - |
| XYZ | 15.54 | 16.97 | 40.49 | - |
| YUV | 106.28 | 163.96 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 119 | 170 | 0.66 | 0.3 | 0 | 0.33 | 207.08 | 0.5 | 0.45 |
| Hex | 39 | 77 | AA | 42 | 1E | 0 | 21 | CF | 32 | 2D |
| Octal | 71 | 167 | 252 | 102 | 36 | 0 | 41 | 317 | 62 | 55 |
| Binary | 111001 | 1110111 | 10101010 | 1000010 | 11110 | 0 | 100001 | 11001111 | 110010 | 101101 |
Color Harmonies of #3977AA
Complementary color
Monochromatic Colors of #3977AA
Black with #3977AA
Text Example
Text Example
White with #3977AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3977AA; }
p { color: rgb(57,119,170); }
H1.HeaderClassName
{
color: #3977AA;
}
.AnyTagClassName
{
color: #3977AA;
}
</style>
background-color css
<style>
a { background-color: #3977AA; }
a { background-color: rgb(57,119,170); }
div.DivClassName
{
background-color: #3977AA;
}
.BgClassName
{
background-color: #3977AA;
}
</style>
border-color css
<style>
span { border-color: #3977AA; }
span { border-color: rgb(57,119,170); }
td.TdClassName
{
border-color: #3977AA;
}
.TagClassName
{
border-color: #3977AA;
}
</style>