Shades of Lochmara #3971AF
Tints of Lochmara #3971AF
RGB
CMYK
RGB Variations
Color information
#3971AF (or 0x3971AF) is known color: Lochmara. HEX triplet: 39, 71 and AF. RGB value is (57,113,175). Sum of RGB (Red+Green+Blue) = 57+113+175=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #3971AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3971AF is #C68E50. Grayscale: #676767. Windows color (decimal): -13012561 or 11497785. OLE color: 11497785.
HSL color Cylindrical-coordinate representation of color #3971AF: hue angle of 211.53º 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 #3971AF is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 113 | 175 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.31 |
| HSL | 211.53º | 0.51% | 0.45% | - |
| HSV(B) | 211.53º | 0.67% | 0.69% | - |
| XYZ | 15.33 | 15.78 | 42.79 | - |
| YUV | 103.32 | 168.45 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 113 | 175 | 0.67 | 0.35 | 0 | 0.31 | 211.53 | 0.51 | 0.45 |
| Hex | 39 | 71 | AF | 43 | 23 | 0 | 1F | D4 | 33 | 2D |
| Octal | 71 | 161 | 257 | 103 | 43 | 0 | 37 | 324 | 63 | 55 |
| Binary | 111001 | 1110001 | 10101111 | 1000011 | 100011 | 0 | 11111 | 11010100 | 110011 | 101101 |
Color Harmonies of #3971AF
Complementary color
Monochromatic Colors of #3971AF
Black with #3971AF
Text Example
Text Example
White with #3971AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3971AF; }
p { color: rgb(57,113,175); }
H1.HeaderClassName
{
color: #3971AF;
}
.AnyTagClassName
{
color: #3971AF;
}
</style>
background-color css
<style>
a { background-color: #3971AF; }
a { background-color: rgb(57,113,175); }
div.DivClassName
{
background-color: #3971AF;
}
.BgClassName
{
background-color: #3971AF;
}
</style>
border-color css
<style>
span { border-color: #3971AF; }
span { border-color: rgb(57,113,175); }
td.TdClassName
{
border-color: #3971AF;
}
.TagClassName
{
border-color: #3971AF;
}
</style>