Shades of Mariner #3F549B
Tints of Mariner #3F549B
RGB
CMYK
RGB Variations
Color information
#3F549B (or 0x3F549B) is known color: Mariner. HEX triplet: 3F, 54 and 9B. RGB value is (63,84,155). Sum of RGB (Red+Green+Blue) = 63+84+155=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F549B is #C0AB64. Grayscale: #555555. Windows color (decimal): -12626789 or 10179647. OLE color: 10179647.
HSL color Cylindrical-coordinate representation of color #3F549B: hue angle of 226.3º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F549B is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 84 | 155 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.39 |
| HSL | 226.3º | 0.42% | 0.43% | - |
| HSV(B) | 226.3º | 0.59% | 0.61% | - |
| XYZ | 11.14 | 9.76 | 32.31 | - |
| YUV | 85.82 | 167.04 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 155 | 0.59 | 0.46 | 0 | 0.39 | 226.3 | 0.42 | 0.43 |
| Hex | 3F | 54 | 9B | 3B | 2E | 0 | 27 | E2 | 2A | 2B |
| Octal | 77 | 124 | 233 | 73 | 56 | 0 | 47 | 342 | 52 | 53 |
| Binary | 111111 | 1010100 | 10011011 | 111011 | 101110 | 0 | 100111 | 11100010 | 101010 | 101011 |
Color Harmonies of #3F549B
Complementary color
Monochromatic Colors of #3F549B
Black with #3F549B
Text Example
Text Example
White with #3F549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F549B; }
p { color: rgb(63,84,155); }
H1.HeaderClassName
{
color: #3F549B;
}
.AnyTagClassName
{
color: #3F549B;
}
</style>
background-color css
<style>
a { background-color: #3F549B; }
a { background-color: rgb(63,84,155); }
div.DivClassName
{
background-color: #3F549B;
}
.BgClassName
{
background-color: #3F549B;
}
</style>
border-color css
<style>
span { border-color: #3F549B; }
span { border-color: rgb(63,84,155); }
td.TdClassName
{
border-color: #3F549B;
}
.TagClassName
{
border-color: #3F549B;
}
</style>