Shades of Mariner #3F6CAF
Tints of Mariner #3F6CAF
RGB
CMYK
RGB Variations
Color information
#3F6CAF (or 0x3F6CAF) is known color: Mariner. HEX triplet: 3F, 6C and AF. RGB value is (63,108,175). Sum of RGB (Red+Green+Blue) = 63+108+175=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F6CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6CAF is #C09350. Grayscale: #656565. Windows color (decimal): -12620625 or 11496511. OLE color: 11496511.
HSL color Cylindrical-coordinate representation of color #3F6CAF: hue angle of 215.89º 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 #3F6CAF is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 108 | 175 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.31 |
| HSL | 215.89º | 0.47% | 0.47% | - |
| HSV(B) | 215.89º | 0.64% | 0.69% | - |
| XYZ | 15.15 | 14.88 | 42.63 | - |
| YUV | 102.18 | 169.09 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 108 | 175 | 0.64 | 0.38 | 0 | 0.31 | 215.89 | 0.47 | 0.47 |
| Hex | 3F | 6C | AF | 40 | 26 | 0 | 1F | D8 | 2F | 2F |
| Octal | 77 | 154 | 257 | 100 | 46 | 0 | 37 | 330 | 57 | 57 |
| Binary | 111111 | 1101100 | 10101111 | 1000000 | 100110 | 0 | 11111 | 11011000 | 101111 | 101111 |
Color Harmonies of #3F6CAF
Complementary color
Monochromatic Colors of #3F6CAF
Black with #3F6CAF
Text Example
Text Example
White with #3F6CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6CAF; }
p { color: rgb(63,108,175); }
H1.HeaderClassName
{
color: #3F6CAF;
}
.AnyTagClassName
{
color: #3F6CAF;
}
</style>
background-color css
<style>
a { background-color: #3F6CAF; }
a { background-color: rgb(63,108,175); }
div.DivClassName
{
background-color: #3F6CAF;
}
.BgClassName
{
background-color: #3F6CAF;
}
</style>
border-color css
<style>
span { border-color: #3F6CAF; }
span { border-color: rgb(63,108,175); }
td.TdClassName
{
border-color: #3F6CAF;
}
.TagClassName
{
border-color: #3F6CAF;
}
</style>