Shades of Mariner #3F52AB
Tints of Mariner #3F52AB
RGB
CMYK
RGB Variations
Color information
#3F52AB (or 0x3F52AB) is known color: Mariner. HEX triplet: 3F, 52 and AB. RGB value is (63,82,171). Sum of RGB (Red+Green+Blue) = 63+82+171=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F52AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F52AB is #C0AD54. Grayscale: #565656. Windows color (decimal): -12627285 or 11227711. OLE color: 11227711.
HSL color Cylindrical-coordinate representation of color #3F52AB: hue angle of 229.44º 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 #3F52AB is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 82 | 171 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.33 |
| HSL | 229.44º | 0.46% | 0.46% | - |
| HSV(B) | 229.44º | 0.63% | 0.67% | - |
| XYZ | 12.42 | 10.03 | 39.81 | - |
| YUV | 86.47 | 175.71 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 171 | 0.63 | 0.52 | 0 | 0.33 | 229.44 | 0.46 | 0.46 |
| Hex | 3F | 52 | AB | 3F | 34 | 0 | 21 | E5 | 2E | 2E |
| Octal | 77 | 122 | 253 | 77 | 64 | 0 | 41 | 345 | 56 | 56 |
| Binary | 111111 | 1010010 | 10101011 | 111111 | 110100 | 0 | 100001 | 11100101 | 101110 | 101110 |
Color Harmonies of #3F52AB
Complementary color
Monochromatic Colors of #3F52AB
Black with #3F52AB
Text Example
Text Example
White with #3F52AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F52AB; }
p { color: rgb(63,82,171); }
H1.HeaderClassName
{
color: #3F52AB;
}
.AnyTagClassName
{
color: #3F52AB;
}
</style>
background-color css
<style>
a { background-color: #3F52AB; }
a { background-color: rgb(63,82,171); }
div.DivClassName
{
background-color: #3F52AB;
}
.BgClassName
{
background-color: #3F52AB;
}
</style>
border-color css
<style>
span { border-color: #3F52AB; }
span { border-color: rgb(63,82,171); }
td.TdClassName
{
border-color: #3F52AB;
}
.TagClassName
{
border-color: #3F52AB;
}
</style>