Shades of Mariner #3F62AB
Tints of Mariner #3F62AB
RGB
CMYK
RGB Variations
Color information
#3F62AB (or 0x3F62AB) is known color: Mariner. HEX triplet: 3F, 62 and AB. RGB value is (63,98,171). Sum of RGB (Red+Green+Blue) = 63+98+171=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F62AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F62AB is #C09D54. Grayscale: #5F5F5F. Windows color (decimal): -12623189 or 11231807. OLE color: 11231807.
HSL color Cylindrical-coordinate representation of color #3F62AB: hue angle of 220.56º 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 #3F62AB is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 98 | 171 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.33 |
| HSL | 220.56º | 0.46% | 0.46% | - |
| HSV(B) | 220.56º | 0.63% | 0.67% | - |
| XYZ | 13.77 | 12.73 | 40.26 | - |
| YUV | 95.86 | 170.4 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 171 | 0.63 | 0.43 | 0 | 0.33 | 220.56 | 0.46 | 0.46 |
| Hex | 3F | 62 | AB | 3F | 2B | 0 | 21 | DD | 2E | 2E |
| Octal | 77 | 142 | 253 | 77 | 53 | 0 | 41 | 335 | 56 | 56 |
| Binary | 111111 | 1100010 | 10101011 | 111111 | 101011 | 0 | 100001 | 11011101 | 101110 | 101110 |
Color Harmonies of #3F62AB
Complementary color
Monochromatic Colors of #3F62AB
Black with #3F62AB
Text Example
Text Example
White with #3F62AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F62AB; }
p { color: rgb(63,98,171); }
H1.HeaderClassName
{
color: #3F62AB;
}
.AnyTagClassName
{
color: #3F62AB;
}
</style>
background-color css
<style>
a { background-color: #3F62AB; }
a { background-color: rgb(63,98,171); }
div.DivClassName
{
background-color: #3F62AB;
}
.BgClassName
{
background-color: #3F62AB;
}
</style>
border-color css
<style>
span { border-color: #3F62AB; }
span { border-color: rgb(63,98,171); }
td.TdClassName
{
border-color: #3F62AB;
}
.TagClassName
{
border-color: #3F62AB;
}
</style>