Shades of Mariner #3F5EAA
Tints of Mariner #3F5EAA
RGB
CMYK
RGB Variations
Color information
#3F5EAA (or 0x3F5EAA) is known color: Mariner. HEX triplet: 3F, 5E and AA. RGB value is (63,94,170). Sum of RGB (Red+Green+Blue) = 63+94+170=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F5EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5EAA is #C0A155. Grayscale: #5D5D5D. Windows color (decimal): -12624214 or 11165247. OLE color: 11165247.
HSL color Cylindrical-coordinate representation of color #3F5EAA: hue angle of 222.62º 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 #3F5EAA is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 94 | 170 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.33 |
| HSL | 222.62º | 0.46% | 0.46% | - |
| HSV(B) | 222.62º | 0.63% | 0.67% | - |
| XYZ | 13.31 | 11.96 | 39.64 | - |
| YUV | 93.4 | 171.23 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 94 | 170 | 0.63 | 0.45 | 0 | 0.33 | 222.62 | 0.46 | 0.46 |
| Hex | 3F | 5E | AA | 3F | 2D | 0 | 21 | DF | 2E | 2E |
| Octal | 77 | 136 | 252 | 77 | 55 | 0 | 41 | 337 | 56 | 56 |
| Binary | 111111 | 1011110 | 10101010 | 111111 | 101101 | 0 | 100001 | 11011111 | 101110 | 101110 |
Color Harmonies of #3F5EAA
Complementary color
Monochromatic Colors of #3F5EAA
Black with #3F5EAA
Text Example
Text Example
White with #3F5EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5EAA; }
p { color: rgb(63,94,170); }
H1.HeaderClassName
{
color: #3F5EAA;
}
.AnyTagClassName
{
color: #3F5EAA;
}
</style>
background-color css
<style>
a { background-color: #3F5EAA; }
a { background-color: rgb(63,94,170); }
div.DivClassName
{
background-color: #3F5EAA;
}
.BgClassName
{
background-color: #3F5EAA;
}
</style>
border-color css
<style>
span { border-color: #3F5EAA; }
span { border-color: rgb(63,94,170); }
td.TdClassName
{
border-color: #3F5EAA;
}
.TagClassName
{
border-color: #3F5EAA;
}
</style>