Shades of Lochmara #3F70AB
Tints of Lochmara #3F70AB
RGB
CMYK
RGB Variations
Color information
#3F70AB (or 0x3F70AB) is known color: Lochmara. HEX triplet: 3F, 70 and AB. RGB value is (63,112,171). Sum of RGB (Red+Green+Blue) = 63+112+171=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F70AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F70AB is #C08F54. Grayscale: #676767. Windows color (decimal): -12619605 or 11235391. OLE color: 11235391.
HSL color Cylindrical-coordinate representation of color #3F70AB: hue angle of 212.78º 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 #3F70AB is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 112 | 171 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.33 |
| HSL | 212.78º | 0.46% | 0.46% | - |
| HSV(B) | 212.78º | 0.63% | 0.67% | - |
| XYZ | 15.19 | 15.59 | 40.74 | - |
| YUV | 104.08 | 165.77 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 171 | 0.63 | 0.35 | 0 | 0.33 | 212.78 | 0.46 | 0.46 |
| Hex | 3F | 70 | AB | 3F | 23 | 0 | 21 | D5 | 2E | 2E |
| Octal | 77 | 160 | 253 | 77 | 43 | 0 | 41 | 325 | 56 | 56 |
| Binary | 111111 | 1110000 | 10101011 | 111111 | 100011 | 0 | 100001 | 11010101 | 101110 | 101110 |
Color Harmonies of #3F70AB
Complementary color
Monochromatic Colors of #3F70AB
Black with #3F70AB
Text Example
Text Example
White with #3F70AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F70AB; }
p { color: rgb(63,112,171); }
H1.HeaderClassName
{
color: #3F70AB;
}
.AnyTagClassName
{
color: #3F70AB;
}
</style>
background-color css
<style>
a { background-color: #3F70AB; }
a { background-color: rgb(63,112,171); }
div.DivClassName
{
background-color: #3F70AB;
}
.BgClassName
{
background-color: #3F70AB;
}
</style>
border-color css
<style>
span { border-color: #3F70AB; }
span { border-color: rgb(63,112,171); }
td.TdClassName
{
border-color: #3F70AB;
}
.TagClassName
{
border-color: #3F70AB;
}
</style>