Shades of Lochmara #3973AC
Tints of Lochmara #3973AC
RGB
CMYK
RGB Variations
Color information
#3973AC (or 0x3973AC) is known color: Lochmara. HEX triplet: 39, 73 and AC. RGB value is (57,115,172). Sum of RGB (Red+Green+Blue) = 57+115+172=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #3973AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3973AC is #C68C53. Grayscale: #676767. Windows color (decimal): -13012052 or 11301689. OLE color: 11301689.
HSL color Cylindrical-coordinate representation of color #3973AC: hue angle of 209.74º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3973AC is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 115 | 172 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.33 |
| HSL | 209.74º | 0.5% | 0.45% | - |
| HSV(B) | 209.74º | 0.67% | 0.67% | - |
| XYZ | 15.26 | 16.11 | 41.33 | - |
| YUV | 104.16 | 166.28 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 172 | 0.67 | 0.33 | 0 | 0.33 | 209.74 | 0.5 | 0.45 |
| Hex | 39 | 73 | AC | 43 | 21 | 0 | 21 | D2 | 32 | 2D |
| Octal | 71 | 163 | 254 | 103 | 41 | 0 | 41 | 322 | 62 | 55 |
| Binary | 111001 | 1110011 | 10101100 | 1000011 | 100001 | 0 | 100001 | 11010010 | 110010 | 101101 |
Color Harmonies of #3973AC
Complementary color
Monochromatic Colors of #3973AC
Black with #3973AC
Text Example
Text Example
White with #3973AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3973AC; }
p { color: rgb(57,115,172); }
H1.HeaderClassName
{
color: #3973AC;
}
.AnyTagClassName
{
color: #3973AC;
}
</style>
background-color css
<style>
a { background-color: #3973AC; }
a { background-color: rgb(57,115,172); }
div.DivClassName
{
background-color: #3973AC;
}
.BgClassName
{
background-color: #3973AC;
}
</style>
border-color css
<style>
span { border-color: #3973AC; }
span { border-color: rgb(57,115,172); }
td.TdClassName
{
border-color: #3973AC;
}
.TagClassName
{
border-color: #3973AC;
}
</style>