Shades of Mariner #3F5BA9
Tints of Mariner #3F5BA9
RGB
CMYK
RGB Variations
Color information
#3F5BA9 (or 0x3F5BA9) is known color: Mariner. HEX triplet: 3F, 5B and A9. RGB value is (63,91,169). Sum of RGB (Red+Green+Blue) = 63+91+169=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 169 (66.41% from 255 or 52.32% from 323); Max value from RGB is 169 - color contains mainly: blue. Hex color #3F5BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5BA9 is #C0A456. Grayscale: #5B5B5B. Windows color (decimal): -12624983 or 11098943. OLE color: 11098943.
HSL color Cylindrical-coordinate representation of color #3F5BA9: hue angle of 224.15º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F5BA9 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 63 | 91 | 169 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.34 |
| HSL | 224.15º | 0.46% | 0.45% | - |
| HSV(B) | 224.15º | 0.63% | 0.66% | - |
| XYZ | 12.95 | 11.4 | 39.05 | - |
| YUV | 91.52 | 171.72 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 169 | 0.63 | 0.46 | 0 | 0.34 | 224.15 | 0.46 | 0.45 |
| Hex | 3F | 5B | A9 | 3F | 2E | 0 | 22 | E0 | 2E | 2D |
| Octal | 77 | 133 | 251 | 77 | 56 | 0 | 42 | 340 | 56 | 55 |
| Binary | 111111 | 1011011 | 10101001 | 111111 | 101110 | 0 | 100010 | 11100000 | 101110 | 101101 |
Color Harmonies of #3F5BA9
Complementary color
Monochromatic Colors of #3F5BA9
Black with #3F5BA9
Text Example
Text Example
White with #3F5BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5BA9; }
p { color: rgb(63,91,169); }
H1.HeaderClassName
{
color: #3F5BA9;
}
.AnyTagClassName
{
color: #3F5BA9;
}
</style>
background-color css
<style>
a { background-color: #3F5BA9; }
a { background-color: rgb(63,91,169); }
div.DivClassName
{
background-color: #3F5BA9;
}
.BgClassName
{
background-color: #3F5BA9;
}
</style>
border-color css
<style>
span { border-color: #3F5BA9; }
span { border-color: rgb(63,91,169); }
td.TdClassName
{
border-color: #3F5BA9;
}
.TagClassName
{
border-color: #3F5BA9;
}
</style>