Shades of Mariner #3F5C9F
Tints of Mariner #3F5C9F
RGB
CMYK
RGB Variations
Color information
#3F5C9F (or 0x3F5C9F) is known color: Mariner. HEX triplet: 3F, 5C and 9F. RGB value is (63,92,159). Sum of RGB (Red+Green+Blue) = 63+92+159=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F5C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5C9F is #C0A360. Grayscale: #5A5A5A. Windows color (decimal): -12624737 or 10443839. OLE color: 10443839.
HSL color Cylindrical-coordinate representation of color #3F5C9F: hue angle of 221.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F5C9F is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 92 | 159 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.38 |
| HSL | 221.88º | 0.43% | 0.44% | - |
| HSV(B) | 221.88º | 0.6% | 0.62% | - |
| XYZ | 12.14 | 11.21 | 34.33 | - |
| YUV | 90.97 | 166.39 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 92 | 159 | 0.60 | 0.42 | 0 | 0.38 | 221.88 | 0.43 | 0.44 |
| Hex | 3F | 5C | 9F | 3C | 2A | 0 | 26 | DE | 2B | 2C |
| Octal | 77 | 134 | 237 | 74 | 52 | 0 | 46 | 336 | 53 | 54 |
| Binary | 111111 | 1011100 | 10011111 | 111100 | 101010 | 0 | 100110 | 11011110 | 101011 | 101100 |
Color Harmonies of #3F5C9F
Complementary color
Monochromatic Colors of #3F5C9F
Black with #3F5C9F
Text Example
Text Example
White with #3F5C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5C9F; }
p { color: rgb(63,92,159); }
H1.HeaderClassName
{
color: #3F5C9F;
}
.AnyTagClassName
{
color: #3F5C9F;
}
</style>
background-color css
<style>
a { background-color: #3F5C9F; }
a { background-color: rgb(63,92,159); }
div.DivClassName
{
background-color: #3F5C9F;
}
.BgClassName
{
background-color: #3F5C9F;
}
</style>
border-color css
<style>
span { border-color: #3F5C9F; }
span { border-color: rgb(63,92,159); }
td.TdClassName
{
border-color: #3F5C9F;
}
.TagClassName
{
border-color: #3F5C9F;
}
</style>