Shades of Lochmara #3F73AB
Tints of Lochmara #3F73AB
RGB
CMYK
RGB Variations
Color information
#3F73AB (or 0x3F73AB) is known color: Lochmara. HEX triplet: 3F, 73 and AB. RGB value is (63,115,171). Sum of RGB (Red+Green+Blue) = 63+115+171=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F73AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F73AB is #C08C54. Grayscale: #696969. Windows color (decimal): -12618837 or 11236159. OLE color: 11236159.
HSL color Cylindrical-coordinate representation of color #3F73AB: hue angle of 211.11º 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 #3F73AB is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 115 | 171 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.33 |
| HSL | 211.11º | 0.46% | 0.46% | - |
| HSV(B) | 211.11º | 0.63% | 0.67% | - |
| XYZ | 15.53 | 16.26 | 40.85 | - |
| YUV | 105.84 | 164.77 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 171 | 0.63 | 0.33 | 0 | 0.33 | 211.11 | 0.46 | 0.46 |
| Hex | 3F | 73 | AB | 3F | 21 | 0 | 21 | D3 | 2E | 2E |
| Octal | 77 | 163 | 253 | 77 | 41 | 0 | 41 | 323 | 56 | 56 |
| Binary | 111111 | 1110011 | 10101011 | 111111 | 100001 | 0 | 100001 | 11010011 | 101110 | 101110 |
Color Harmonies of #3F73AB
Complementary color
Monochromatic Colors of #3F73AB
Black with #3F73AB
Text Example
Text Example
White with #3F73AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F73AB; }
p { color: rgb(63,115,171); }
H1.HeaderClassName
{
color: #3F73AB;
}
.AnyTagClassName
{
color: #3F73AB;
}
</style>
background-color css
<style>
a { background-color: #3F73AB; }
a { background-color: rgb(63,115,171); }
div.DivClassName
{
background-color: #3F73AB;
}
.BgClassName
{
background-color: #3F73AB;
}
</style>
border-color css
<style>
span { border-color: #3F73AB; }
span { border-color: rgb(63,115,171); }
td.TdClassName
{
border-color: #3F73AB;
}
.TagClassName
{
border-color: #3F73AB;
}
</style>