Shades of Mariner #3F5DAA
Tints of Mariner #3F5DAA
RGB
CMYK
RGB Variations
Color information
#3F5DAA (or 0x3F5DAA) is known color: Mariner. HEX triplet: 3F, 5D and AA. RGB value is (63,93,170). Sum of RGB (Red+Green+Blue) = 63+93+170=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F5DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5DAA is #C0A255. Grayscale: #5C5C5C. Windows color (decimal): -12624470 or 11164991. OLE color: 11164991.
HSL color Cylindrical-coordinate representation of color #3F5DAA: hue angle of 223.18º 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 #3F5DAA is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 93 | 170 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.33 |
| HSL | 223.18º | 0.46% | 0.46% | - |
| HSV(B) | 223.18º | 0.63% | 0.67% | - |
| XYZ | 13.22 | 11.79 | 39.61 | - |
| YUV | 92.81 | 171.56 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 170 | 0.63 | 0.45 | 0 | 0.33 | 223.18 | 0.46 | 0.46 |
| Hex | 3F | 5D | AA | 3F | 2D | 0 | 21 | DF | 2E | 2E |
| Octal | 77 | 135 | 252 | 77 | 55 | 0 | 41 | 337 | 56 | 56 |
| Binary | 111111 | 1011101 | 10101010 | 111111 | 101101 | 0 | 100001 | 11011111 | 101110 | 101110 |
Color Harmonies of #3F5DAA
Complementary color
Monochromatic Colors of #3F5DAA
Black with #3F5DAA
Text Example
Text Example
White with #3F5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5DAA; }
p { color: rgb(63,93,170); }
H1.HeaderClassName
{
color: #3F5DAA;
}
.AnyTagClassName
{
color: #3F5DAA;
}
</style>
background-color css
<style>
a { background-color: #3F5DAA; }
a { background-color: rgb(63,93,170); }
div.DivClassName
{
background-color: #3F5DAA;
}
.BgClassName
{
background-color: #3F5DAA;
}
</style>
border-color css
<style>
span { border-color: #3F5DAA; }
span { border-color: rgb(63,93,170); }
td.TdClassName
{
border-color: #3F5DAA;
}
.TagClassName
{
border-color: #3F5DAA;
}
</style>