Shades of Mariner #3F608D
Tints of Mariner #3F608D
RGB
CMYK
RGB Variations
Color information
#3F608D (or 0x3F608D) is known color: Mariner. HEX triplet: 3F, 60 and 8D. RGB value is (63,96,141). Sum of RGB (Red+Green+Blue) = 63+96+141=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F608D is #C09F72. Grayscale: #5B5B5B. Windows color (decimal): -12623731 or 9265215. OLE color: 9265215.
HSL color Cylindrical-coordinate representation of color #3F608D: hue angle of 214.62º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F608D is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 96 | 141 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.45 |
| HSL | 214.62º | 0.38% | 0.4% | - |
| HSV(B) | 214.62º | 0.55% | 0.55% | - |
| XYZ | 11.04 | 11.35 | 26.81 | - |
| YUV | 91.26 | 156.07 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 141 | 0.55 | 0.32 | 0 | 0.45 | 214.62 | 0.38 | 0.4 |
| Hex | 3F | 60 | 8D | 37 | 20 | 0 | 2D | D7 | 26 | 28 |
| Octal | 77 | 140 | 215 | 67 | 40 | 0 | 55 | 327 | 46 | 50 |
| Binary | 111111 | 1100000 | 10001101 | 110111 | 100000 | 0 | 101101 | 11010111 | 100110 | 101000 |
Color Harmonies of #3F608D
Complementary color
Monochromatic Colors of #3F608D
Black with #3F608D
Text Example
Text Example
White with #3F608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F608D; }
p { color: rgb(63,96,141); }
H1.HeaderClassName
{
color: #3F608D;
}
.AnyTagClassName
{
color: #3F608D;
}
</style>
background-color css
<style>
a { background-color: #3F608D; }
a { background-color: rgb(63,96,141); }
div.DivClassName
{
background-color: #3F608D;
}
.BgClassName
{
background-color: #3F608D;
}
</style>
border-color css
<style>
span { border-color: #3F608D; }
span { border-color: rgb(63,96,141); }
td.TdClassName
{
border-color: #3F608D;
}
.TagClassName
{
border-color: #3F608D;
}
</style>