Shades of Mariner #3F6098
Tints of Mariner #3F6098
RGB
CMYK
RGB Variations
Color information
#3F6098 (or 0x3F6098) is known color: Mariner. HEX triplet: 3F, 60 and 98. RGB value is (63,96,152). Sum of RGB (Red+Green+Blue) = 63+96+152=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F6098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6098 is #C09F67. Grayscale: #5C5C5C. Windows color (decimal): -12623720 or 9986111. OLE color: 9986111.
HSL color Cylindrical-coordinate representation of color #3F6098: hue angle of 217.75º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F6098 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 96 | 152 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.40 |
| HSL | 217.75º | 0.41% | 0.42% | - |
| HSV(B) | 217.75º | 0.59% | 0.6% | - |
| XYZ | 11.9 | 11.69 | 31.33 | - |
| YUV | 92.52 | 161.57 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 152 | 0.59 | 0.37 | 0 | 0.40 | 217.75 | 0.41 | 0.42 |
| Hex | 3F | 60 | 98 | 3B | 25 | 0 | 28 | DA | 29 | 2A |
| Octal | 77 | 140 | 230 | 73 | 45 | 0 | 50 | 332 | 51 | 52 |
| Binary | 111111 | 1100000 | 10011000 | 111011 | 100101 | 0 | 101000 | 11011010 | 101001 | 101010 |
Color Harmonies of #3F6098
Complementary color
Monochromatic Colors of #3F6098
Black with #3F6098
Text Example
Text Example
White with #3F6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6098; }
p { color: rgb(63,96,152); }
H1.HeaderClassName
{
color: #3F6098;
}
.AnyTagClassName
{
color: #3F6098;
}
</style>
background-color css
<style>
a { background-color: #3F6098; }
a { background-color: rgb(63,96,152); }
div.DivClassName
{
background-color: #3F6098;
}
.BgClassName
{
background-color: #3F6098;
}
</style>
border-color css
<style>
span { border-color: #3F6098; }
span { border-color: rgb(63,96,152); }
td.TdClassName
{
border-color: #3F6098;
}
.TagClassName
{
border-color: #3F6098;
}
</style>