Shades of Mariner #3F599B
Tints of Mariner #3F599B
RGB
CMYK
RGB Variations
Color information
#3F599B (or 0x3F599B) is known color: Mariner. HEX triplet: 3F, 59 and 9B. RGB value is (63,89,155). Sum of RGB (Red+Green+Blue) = 63+89+155=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F599B is #C0A664. Grayscale: #585858. Windows color (decimal): -12625509 or 10180927. OLE color: 10180927.
HSL color Cylindrical-coordinate representation of color #3F599B: hue angle of 223.04º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F599B is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 89 | 155 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.39 |
| HSL | 223.04º | 0.42% | 0.43% | - |
| HSV(B) | 223.04º | 0.59% | 0.61% | - |
| XYZ | 11.54 | 10.57 | 32.44 | - |
| YUV | 88.75 | 165.39 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 155 | 0.59 | 0.43 | 0 | 0.39 | 223.04 | 0.42 | 0.43 |
| Hex | 3F | 59 | 9B | 3B | 2B | 0 | 27 | DF | 2A | 2B |
| Octal | 77 | 131 | 233 | 73 | 53 | 0 | 47 | 337 | 52 | 53 |
| Binary | 111111 | 1011001 | 10011011 | 111011 | 101011 | 0 | 100111 | 11011111 | 101010 | 101011 |
Color Harmonies of #3F599B
Complementary color
Monochromatic Colors of #3F599B
Black with #3F599B
Text Example
Text Example
White with #3F599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F599B; }
p { color: rgb(63,89,155); }
H1.HeaderClassName
{
color: #3F599B;
}
.AnyTagClassName
{
color: #3F599B;
}
</style>
background-color css
<style>
a { background-color: #3F599B; }
a { background-color: rgb(63,89,155); }
div.DivClassName
{
background-color: #3F599B;
}
.BgClassName
{
background-color: #3F599B;
}
</style>
border-color css
<style>
span { border-color: #3F599B; }
span { border-color: rgb(63,89,155); }
td.TdClassName
{
border-color: #3F599B;
}
.TagClassName
{
border-color: #3F599B;
}
</style>