Shades of Mariner #3F6CAB
Tints of Mariner #3F6CAB
RGB
CMYK
RGB Variations
Color information
#3F6CAB (or 0x3F6CAB) is known color: Mariner. HEX triplet: 3F, 6C and AB. RGB value is (63,108,171). Sum of RGB (Red+Green+Blue) = 63+108+171=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F6CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6CAB is #C09354. Grayscale: #656565. Windows color (decimal): -12620629 or 11234367. OLE color: 11234367.
HSL color Cylindrical-coordinate representation of color #3F6CAB: hue angle of 215º 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 #3F6CAB is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 108 | 171 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.33 |
| HSL | 215º | 0.46% | 0.46% | - |
| HSV(B) | 215º | 0.63% | 0.67% | - |
| XYZ | 14.76 | 14.72 | 40.59 | - |
| YUV | 101.73 | 167.09 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 108 | 171 | 0.63 | 0.37 | 0 | 0.33 | 215 | 0.46 | 0.46 |
| Hex | 3F | 6C | AB | 3F | 25 | 0 | 21 | D7 | 2E | 2E |
| Octal | 77 | 154 | 253 | 77 | 45 | 0 | 41 | 327 | 56 | 56 |
| Binary | 111111 | 1101100 | 10101011 | 111111 | 100101 | 0 | 100001 | 11010111 | 101110 | 101110 |
Color Harmonies of #3F6CAB
Complementary color
Monochromatic Colors of #3F6CAB
Black with #3F6CAB
Text Example
Text Example
White with #3F6CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6CAB; }
p { color: rgb(63,108,171); }
H1.HeaderClassName
{
color: #3F6CAB;
}
.AnyTagClassName
{
color: #3F6CAB;
}
</style>
background-color css
<style>
a { background-color: #3F6CAB; }
a { background-color: rgb(63,108,171); }
div.DivClassName
{
background-color: #3F6CAB;
}
.BgClassName
{
background-color: #3F6CAB;
}
</style>
border-color css
<style>
span { border-color: #3F6CAB; }
span { border-color: rgb(63,108,171); }
td.TdClassName
{
border-color: #3F6CAB;
}
.TagClassName
{
border-color: #3F6CAB;
}
</style>