Shades of Lochmara #3972AF
Tints of Lochmara #3972AF
RGB
CMYK
RGB Variations
Color information
#3972AF (or 0x3972AF) is known color: Lochmara. HEX triplet: 39, 72 and AF. RGB value is (57,114,175). Sum of RGB (Red+Green+Blue) = 57+114+175=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #3972AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3972AF is #C68D50. Grayscale: #676767. Windows color (decimal): -13012305 or 11498041. OLE color: 11498041.
HSL color Cylindrical-coordinate representation of color #3972AF: hue angle of 211.02º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3972AF is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 114 | 175 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.31 |
| HSL | 211.02º | 0.51% | 0.45% | - |
| HSV(B) | 211.02º | 0.67% | 0.69% | - |
| XYZ | 15.44 | 16 | 42.83 | - |
| YUV | 103.91 | 168.12 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 114 | 175 | 0.67 | 0.35 | 0 | 0.31 | 211.02 | 0.51 | 0.45 |
| Hex | 39 | 72 | AF | 43 | 23 | 0 | 1F | D3 | 33 | 2D |
| Octal | 71 | 162 | 257 | 103 | 43 | 0 | 37 | 323 | 63 | 55 |
| Binary | 111001 | 1110010 | 10101111 | 1000011 | 100011 | 0 | 11111 | 11010011 | 110011 | 101101 |
Color Harmonies of #3972AF
Complementary color
Monochromatic Colors of #3972AF
Black with #3972AF
Text Example
Text Example
White with #3972AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3972AF; }
p { color: rgb(57,114,175); }
H1.HeaderClassName
{
color: #3972AF;
}
.AnyTagClassName
{
color: #3972AF;
}
</style>
background-color css
<style>
a { background-color: #3972AF; }
a { background-color: rgb(57,114,175); }
div.DivClassName
{
background-color: #3972AF;
}
.BgClassName
{
background-color: #3972AF;
}
</style>
border-color css
<style>
span { border-color: #3972AF; }
span { border-color: rgb(57,114,175); }
td.TdClassName
{
border-color: #3972AF;
}
.TagClassName
{
border-color: #3972AF;
}
</style>