Shades of Mariner #3F5C90
Tints of Mariner #3F5C90
RGB
CMYK
RGB Variations
Color information
#3F5C90 (or 0x3F5C90) is known color: Mariner. HEX triplet: 3F, 5C and 90. RGB value is (63,92,144). Sum of RGB (Red+Green+Blue) = 63+92+144=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F5C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5C90 is #C0A36F. Grayscale: #595959. Windows color (decimal): -12624752 or 9460799. OLE color: 9460799.
HSL color Cylindrical-coordinate representation of color #3F5C90: hue angle of 218.52º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F5C90 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 92 | 144 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.44 |
| HSL | 218.52º | 0.39% | 0.41% | - |
| HSV(B) | 218.52º | 0.56% | 0.56% | - |
| XYZ | 10.91 | 10.72 | 27.88 | - |
| YUV | 89.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 92 | 144 | 0.56 | 0.36 | 0 | 0.44 | 218.52 | 0.39 | 0.41 |
| Hex | 3F | 5C | 90 | 38 | 24 | 0 | 2C | DB | 27 | 29 |
| Octal | 77 | 134 | 220 | 70 | 44 | 0 | 54 | 333 | 47 | 51 |
| Binary | 111111 | 1011100 | 10010000 | 111000 | 100100 | 0 | 101100 | 11011011 | 100111 | 101001 |
Color Harmonies of #3F5C90
Complementary color
Monochromatic Colors of #3F5C90
Black with #3F5C90
Text Example
Text Example
White with #3F5C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5C90; }
p { color: rgb(63,92,144); }
H1.HeaderClassName
{
color: #3F5C90;
}
.AnyTagClassName
{
color: #3F5C90;
}
</style>
background-color css
<style>
a { background-color: #3F5C90; }
a { background-color: rgb(63,92,144); }
div.DivClassName
{
background-color: #3F5C90;
}
.BgClassName
{
background-color: #3F5C90;
}
</style>
border-color css
<style>
span { border-color: #3F5C90; }
span { border-color: rgb(63,92,144); }
td.TdClassName
{
border-color: #3F5C90;
}
.TagClassName
{
border-color: #3F5C90;
}
</style>