Shades of Mariner #3F6CAC
Tints of Mariner #3F6CAC
RGB
CMYK
RGB Variations
Color information
#3F6CAC (or 0x3F6CAC) is known color: Mariner. HEX triplet: 3F, 6C and AC. RGB value is (63,108,172). Sum of RGB (Red+Green+Blue) = 63+108+172=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F6CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6CAC is #C09353. Grayscale: #656565. Windows color (decimal): -12620628 or 11299903. OLE color: 11299903.
HSL color Cylindrical-coordinate representation of color #3F6CAC: hue angle of 215.23º 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 #3F6CAC is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 108 | 172 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.33 |
| HSL | 215.23º | 0.46% | 0.46% | - |
| HSV(B) | 215.23º | 0.63% | 0.67% | - |
| XYZ | 14.86 | 14.76 | 41.1 | - |
| YUV | 101.84 | 167.59 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 108 | 172 | 0.63 | 0.37 | 0 | 0.33 | 215.23 | 0.46 | 0.46 |
| Hex | 3F | 6C | AC | 3F | 25 | 0 | 21 | D7 | 2E | 2E |
| Octal | 77 | 154 | 254 | 77 | 45 | 0 | 41 | 327 | 56 | 56 |
| Binary | 111111 | 1101100 | 10101100 | 111111 | 100101 | 0 | 100001 | 11010111 | 101110 | 101110 |
Color Harmonies of #3F6CAC
Complementary color
Monochromatic Colors of #3F6CAC
Black with #3F6CAC
Text Example
Text Example
White with #3F6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6CAC; }
p { color: rgb(63,108,172); }
H1.HeaderClassName
{
color: #3F6CAC;
}
.AnyTagClassName
{
color: #3F6CAC;
}
</style>
background-color css
<style>
a { background-color: #3F6CAC; }
a { background-color: rgb(63,108,172); }
div.DivClassName
{
background-color: #3F6CAC;
}
.BgClassName
{
background-color: #3F6CAC;
}
</style>
border-color css
<style>
span { border-color: #3F6CAC; }
span { border-color: rgb(63,108,172); }
td.TdClassName
{
border-color: #3F6CAC;
}
.TagClassName
{
border-color: #3F6CAC;
}
</style>