Shades of Mariner #3F5FAF
Tints of Mariner #3F5FAF
RGB
CMYK
RGB Variations
Color information
#3F5FAF (or 0x3F5FAF) is known color: Mariner. HEX triplet: 3F, 5F and AF. RGB value is (63,95,175). Sum of RGB (Red+Green+Blue) = 63+95+175=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F5FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5FAF is #C0A050. Grayscale: #5E5E5E. Windows color (decimal): -12623953 or 11493183. OLE color: 11493183.
HSL color Cylindrical-coordinate representation of color #3F5FAF: hue angle of 222.86º 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 #3F5FAF is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 95 | 175 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.31 |
| HSL | 222.86º | 0.47% | 0.47% | - |
| HSV(B) | 222.86º | 0.64% | 0.69% | - |
| XYZ | 13.88 | 12.34 | 42.21 | - |
| YUV | 94.55 | 173.4 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 175 | 0.64 | 0.46 | 0 | 0.31 | 222.86 | 0.47 | 0.47 |
| Hex | 3F | 5F | AF | 40 | 2E | 0 | 1F | DF | 2F | 2F |
| Octal | 77 | 137 | 257 | 100 | 56 | 0 | 37 | 337 | 57 | 57 |
| Binary | 111111 | 1011111 | 10101111 | 1000000 | 101110 | 0 | 11111 | 11011111 | 101111 | 101111 |
Color Harmonies of #3F5FAF
Complementary color
Monochromatic Colors of #3F5FAF
Black with #3F5FAF
Text Example
Text Example
White with #3F5FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5FAF; }
p { color: rgb(63,95,175); }
H1.HeaderClassName
{
color: #3F5FAF;
}
.AnyTagClassName
{
color: #3F5FAF;
}
</style>
background-color css
<style>
a { background-color: #3F5FAF; }
a { background-color: rgb(63,95,175); }
div.DivClassName
{
background-color: #3F5FAF;
}
.BgClassName
{
background-color: #3F5FAF;
}
</style>
border-color css
<style>
span { border-color: #3F5FAF; }
span { border-color: rgb(63,95,175); }
td.TdClassName
{
border-color: #3F5FAF;
}
.TagClassName
{
border-color: #3F5FAF;
}
</style>