Shades of Mariner #3F6090
Tints of Mariner #3F6090
RGB
CMYK
RGB Variations
Color information
#3F6090 (or 0x3F6090) is known color: Mariner. HEX triplet: 3F, 60 and 90. RGB value is (63,96,144). Sum of RGB (Red+Green+Blue) = 63+96+144=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F6090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6090 is #C09F6F. Grayscale: #5B5B5B. Windows color (decimal): -12623728 or 9461823. OLE color: 9461823.
HSL color Cylindrical-coordinate representation of color #3F6090: hue angle of 215.56º 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 #3F6090 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 96 | 144 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.44 |
| HSL | 215.56º | 0.39% | 0.41% | - |
| HSV(B) | 215.56º | 0.56% | 0.56% | - |
| XYZ | 11.27 | 11.44 | 28 | - |
| YUV | 91.61 | 157.57 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 144 | 0.56 | 0.33 | 0 | 0.44 | 215.56 | 0.39 | 0.41 |
| Hex | 3F | 60 | 90 | 38 | 21 | 0 | 2C | D8 | 27 | 29 |
| Octal | 77 | 140 | 220 | 70 | 41 | 0 | 54 | 330 | 47 | 51 |
| Binary | 111111 | 1100000 | 10010000 | 111000 | 100001 | 0 | 101100 | 11011000 | 100111 | 101001 |
Color Harmonies of #3F6090
Complementary color
Monochromatic Colors of #3F6090
Black with #3F6090
Text Example
Text Example
White with #3F6090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6090; }
p { color: rgb(63,96,144); }
H1.HeaderClassName
{
color: #3F6090;
}
.AnyTagClassName
{
color: #3F6090;
}
</style>
background-color css
<style>
a { background-color: #3F6090; }
a { background-color: rgb(63,96,144); }
div.DivClassName
{
background-color: #3F6090;
}
.BgClassName
{
background-color: #3F6090;
}
</style>
border-color css
<style>
span { border-color: #3F6090; }
span { border-color: rgb(63,96,144); }
td.TdClassName
{
border-color: #3F6090;
}
.TagClassName
{
border-color: #3F6090;
}
</style>