Shades of Lochmara #3F71AA
Tints of Lochmara #3F71AA
RGB
CMYK
RGB Variations
Color information
#3F71AA (or 0x3F71AA) is known color: Lochmara. HEX triplet: 3F, 71 and AA. RGB value is (63,113,170). Sum of RGB (Red+Green+Blue) = 63+113+170=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 113 (44.53% from 255 or 32.66% 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 #3F71AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F71AA is #C08E55. Grayscale: #686868. Windows color (decimal): -12619350 or 11170111. OLE color: 11170111.
HSL color Cylindrical-coordinate representation of color #3F71AA: hue angle of 211.96º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F71AA is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 113 | 170 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.33 |
| HSL | 211.96º | 0.46% | 0.46% | - |
| HSV(B) | 211.96º | 0.63% | 0.67% | - |
| XYZ | 15.21 | 15.77 | 40.27 | - |
| YUV | 104.55 | 164.94 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 170 | 0.63 | 0.34 | 0 | 0.33 | 211.96 | 0.46 | 0.46 |
| Hex | 3F | 71 | AA | 3F | 22 | 0 | 21 | D4 | 2E | 2E |
| Octal | 77 | 161 | 252 | 77 | 42 | 0 | 41 | 324 | 56 | 56 |
| Binary | 111111 | 1110001 | 10101010 | 111111 | 100010 | 0 | 100001 | 11010100 | 101110 | 101110 |
Color Harmonies of #3F71AA
Complementary color
Monochromatic Colors of #3F71AA
Black with #3F71AA
Text Example
Text Example
White with #3F71AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F71AA; }
p { color: rgb(63,113,170); }
H1.HeaderClassName
{
color: #3F71AA;
}
.AnyTagClassName
{
color: #3F71AA;
}
</style>
background-color css
<style>
a { background-color: #3F71AA; }
a { background-color: rgb(63,113,170); }
div.DivClassName
{
background-color: #3F71AA;
}
.BgClassName
{
background-color: #3F71AA;
}
</style>
border-color css
<style>
span { border-color: #3F71AA; }
span { border-color: rgb(63,113,170); }
td.TdClassName
{
border-color: #3F71AA;
}
.TagClassName
{
border-color: #3F71AA;
}
</style>