Shades of Lochmara #3F71AD
Tints of Lochmara #3F71AD
RGB
CMYK
RGB Variations
Color information
#3F71AD (or 0x3F71AD) is known color: Lochmara. HEX triplet: 3F, 71 and AD. RGB value is (63,113,173). Sum of RGB (Red+Green+Blue) = 63+113+173=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F71AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F71AD is #C08E52. Grayscale: #686868. Windows color (decimal): -12619347 or 11366719. OLE color: 11366719.
HSL color Cylindrical-coordinate representation of color #3F71AD: hue angle of 212.73º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F71AD is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 113 | 173 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.32 |
| HSL | 212.73º | 0.47% | 0.46% | - |
| HSV(B) | 212.73º | 0.64% | 0.68% | - |
| XYZ | 15.5 | 15.88 | 41.78 | - |
| YUV | 104.89 | 166.44 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 173 | 0.64 | 0.35 | 0 | 0.32 | 212.73 | 0.47 | 0.46 |
| Hex | 3F | 71 | AD | 40 | 23 | 0 | 20 | D5 | 2F | 2E |
| Octal | 77 | 161 | 255 | 100 | 43 | 0 | 40 | 325 | 57 | 56 |
| Binary | 111111 | 1110001 | 10101101 | 1000000 | 100011 | 0 | 100000 | 11010101 | 101111 | 101110 |
Color Harmonies of #3F71AD
Complementary color
Monochromatic Colors of #3F71AD
Black with #3F71AD
Text Example
Text Example
White with #3F71AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F71AD; }
p { color: rgb(63,113,173); }
H1.HeaderClassName
{
color: #3F71AD;
}
.AnyTagClassName
{
color: #3F71AD;
}
</style>
background-color css
<style>
a { background-color: #3F71AD; }
a { background-color: rgb(63,113,173); }
div.DivClassName
{
background-color: #3F71AD;
}
.BgClassName
{
background-color: #3F71AD;
}
</style>
border-color css
<style>
span { border-color: #3F71AD; }
span { border-color: rgb(63,113,173); }
td.TdClassName
{
border-color: #3F71AD;
}
.TagClassName
{
border-color: #3F71AD;
}
</style>