Shades of Mariner #3F589D
Tints of Mariner #3F589D
RGB
CMYK
RGB Variations
Color information
#3F589D (or 0x3F589D) is known color: Mariner. HEX triplet: 3F, 58 and 9D. RGB value is (63,88,157). Sum of RGB (Red+Green+Blue) = 63+88+157=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F589D is #C0A762. Grayscale: #585858. Windows color (decimal): -12625763 or 10311743. OLE color: 10311743.
HSL color Cylindrical-coordinate representation of color #3F589D: hue angle of 224.04º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F589D is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 88 | 157 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.38 |
| HSL | 224.04º | 0.43% | 0.43% | - |
| HSV(B) | 224.04º | 0.6% | 0.62% | - |
| XYZ | 11.63 | 10.47 | 33.31 | - |
| YUV | 88.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 88 | 157 | 0.60 | 0.44 | 0 | 0.38 | 224.04 | 0.43 | 0.43 |
| Hex | 3F | 58 | 9D | 3C | 2C | 0 | 26 | E0 | 2B | 2B |
| Octal | 77 | 130 | 235 | 74 | 54 | 0 | 46 | 340 | 53 | 53 |
| Binary | 111111 | 1011000 | 10011101 | 111100 | 101100 | 0 | 100110 | 11100000 | 101011 | 101011 |
Color Harmonies of #3F589D
Complementary color
Monochromatic Colors of #3F589D
Black with #3F589D
Text Example
Text Example
White with #3F589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F589D; }
p { color: rgb(63,88,157); }
H1.HeaderClassName
{
color: #3F589D;
}
.AnyTagClassName
{
color: #3F589D;
}
</style>
background-color css
<style>
a { background-color: #3F589D; }
a { background-color: rgb(63,88,157); }
div.DivClassName
{
background-color: #3F589D;
}
.BgClassName
{
background-color: #3F589D;
}
</style>
border-color css
<style>
span { border-color: #3F589D; }
span { border-color: rgb(63,88,157); }
td.TdClassName
{
border-color: #3F589D;
}
.TagClassName
{
border-color: #3F589D;
}
</style>