Shades of Mariner #3F5BAB
Tints of Mariner #3F5BAB
RGB
CMYK
RGB Variations
Color information
#3F5BAB (or 0x3F5BAB) is known color: Mariner. HEX triplet: 3F, 5B and AB. RGB value is (63,91,171). Sum of RGB (Red+Green+Blue) = 63+91+171=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F5BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5BAB is #C0A454. Grayscale: #5B5B5B. Windows color (decimal): -12624981 or 11230015. OLE color: 11230015.
HSL color Cylindrical-coordinate representation of color #3F5BAB: hue angle of 224.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 #3F5BAB is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 91 | 171 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.33 |
| HSL | 224.44º | 0.46% | 0.46% | - |
| HSV(B) | 224.44º | 0.63% | 0.67% | - |
| XYZ | 13.14 | 11.48 | 40.05 | - |
| YUV | 91.75 | 172.72 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 171 | 0.63 | 0.47 | 0 | 0.33 | 224.44 | 0.46 | 0.46 |
| Hex | 3F | 5B | AB | 3F | 2F | 0 | 21 | E0 | 2E | 2E |
| Octal | 77 | 133 | 253 | 77 | 57 | 0 | 41 | 340 | 56 | 56 |
| Binary | 111111 | 1011011 | 10101011 | 111111 | 101111 | 0 | 100001 | 11100000 | 101110 | 101110 |
Color Harmonies of #3F5BAB
Complementary color
Monochromatic Colors of #3F5BAB
Black with #3F5BAB
Text Example
Text Example
White with #3F5BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5BAB; }
p { color: rgb(63,91,171); }
H1.HeaderClassName
{
color: #3F5BAB;
}
.AnyTagClassName
{
color: #3F5BAB;
}
</style>
background-color css
<style>
a { background-color: #3F5BAB; }
a { background-color: rgb(63,91,171); }
div.DivClassName
{
background-color: #3F5BAB;
}
.BgClassName
{
background-color: #3F5BAB;
}
</style>
border-color css
<style>
span { border-color: #3F5BAB; }
span { border-color: rgb(63,91,171); }
td.TdClassName
{
border-color: #3F5BAB;
}
.TagClassName
{
border-color: #3F5BAB;
}
</style>