Shades of Mariner #3F6AB0
Tints of Mariner #3F6AB0
RGB
CMYK
RGB Variations
Color information
#3F6AB0 (or 0x3F6AB0) is known color: Mariner. HEX triplet: 3F, 6A and B0. RGB value is (63,106,176). Sum of RGB (Red+Green+Blue) = 63+106+176=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 176 (69.14% from 255 or 51.01% from 345); Max value from RGB is 176 - color contains mainly: blue. Hex color #3F6AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6AB0 is #C0954F. Grayscale: #646464. Windows color (decimal): -12621136 or 11561535. OLE color: 11561535.
HSL color Cylindrical-coordinate representation of color #3F6AB0: hue angle of 217.17º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F6AB0 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 106 | 176 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.31 |
| HSL | 217.17º | 0.47% | 0.47% | - |
| HSV(B) | 217.17º | 0.64% | 0.69% | - |
| XYZ | 15.04 | 14.5 | 43.08 | - |
| YUV | 101.12 | 170.25 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 106 | 176 | 0.64 | 0.40 | 0 | 0.31 | 217.17 | 0.47 | 0.47 |
| Hex | 3F | 6A | B0 | 40 | 28 | 0 | 1F | D9 | 2F | 2F |
| Octal | 77 | 152 | 260 | 100 | 50 | 0 | 37 | 331 | 57 | 57 |
| Binary | 111111 | 1101010 | 10110000 | 1000000 | 101000 | 0 | 11111 | 11011001 | 101111 | 101111 |
Color Harmonies of #3F6AB0
Complementary color
Monochromatic Colors of #3F6AB0
Black with #3F6AB0
Text Example
Text Example
White with #3F6AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6AB0; }
p { color: rgb(63,106,176); }
H1.HeaderClassName
{
color: #3F6AB0;
}
.AnyTagClassName
{
color: #3F6AB0;
}
</style>
background-color css
<style>
a { background-color: #3F6AB0; }
a { background-color: rgb(63,106,176); }
div.DivClassName
{
background-color: #3F6AB0;
}
.BgClassName
{
background-color: #3F6AB0;
}
</style>
border-color css
<style>
span { border-color: #3F6AB0; }
span { border-color: rgb(63,106,176); }
td.TdClassName
{
border-color: #3F6AB0;
}
.TagClassName
{
border-color: #3F6AB0;
}
</style>