Shades of Mariner #3F6593
Tints of Mariner #3F6593
RGB
CMYK
RGB Variations
Color information
#3F6593 (or 0x3F6593) is known color: Mariner. HEX triplet: 3F, 65 and 93. RGB value is (63,101,147). Sum of RGB (Red+Green+Blue) = 63+101+147=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F6593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6593 is #C09A6C. Grayscale: #5E5E5E. Windows color (decimal): -12622445 or 9659711. OLE color: 9659711.
HSL color Cylindrical-coordinate representation of color #3F6593: hue angle of 212.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F6593 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 101 | 147 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.42 |
| HSL | 212.86º | 0.4% | 0.41% | - |
| HSV(B) | 212.86º | 0.57% | 0.58% | - |
| XYZ | 11.97 | 12.47 | 29.38 | - |
| YUV | 94.88 | 157.41 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 147 | 0.57 | 0.31 | 0 | 0.42 | 212.86 | 0.4 | 0.41 |
| Hex | 3F | 65 | 93 | 39 | 1F | 0 | 2A | D5 | 28 | 29 |
| Octal | 77 | 145 | 223 | 71 | 37 | 0 | 52 | 325 | 50 | 51 |
| Binary | 111111 | 1100101 | 10010011 | 111001 | 11111 | 0 | 101010 | 11010101 | 101000 | 101001 |
Color Harmonies of #3F6593
Complementary color
Monochromatic Colors of #3F6593
Black with #3F6593
Text Example
Text Example
White with #3F6593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6593; }
p { color: rgb(63,101,147); }
H1.HeaderClassName
{
color: #3F6593;
}
.AnyTagClassName
{
color: #3F6593;
}
</style>
background-color css
<style>
a { background-color: #3F6593; }
a { background-color: rgb(63,101,147); }
div.DivClassName
{
background-color: #3F6593;
}
.BgClassName
{
background-color: #3F6593;
}
</style>
border-color css
<style>
span { border-color: #3F6593; }
span { border-color: rgb(63,101,147); }
td.TdClassName
{
border-color: #3F6593;
}
.TagClassName
{
border-color: #3F6593;
}
</style>