Shades of Mariner #3F649C
Tints of Mariner #3F649C
RGB
CMYK
RGB Variations
Color information
#3F649C (or 0x3F649C) is known color: Mariner. HEX triplet: 3F, 64 and 9C. RGB value is (63,100,156). Sum of RGB (Red+Green+Blue) = 63+100+156=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F649C is #C09B63. Grayscale: #5F5F5F. Windows color (decimal): -12622692 or 10249279. OLE color: 10249279.
HSL color Cylindrical-coordinate representation of color #3F649C: hue angle of 216.13º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F649C is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 100 | 156 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.39 |
| HSL | 216.13º | 0.42% | 0.43% | - |
| HSV(B) | 216.13º | 0.6% | 0.61% | - |
| XYZ | 12.61 | 12.57 | 33.21 | - |
| YUV | 95.32 | 162.24 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 100 | 156 | 0.60 | 0.36 | 0 | 0.39 | 216.13 | 0.42 | 0.43 |
| Hex | 3F | 64 | 9C | 3C | 24 | 0 | 27 | D8 | 2A | 2B |
| Octal | 77 | 144 | 234 | 74 | 44 | 0 | 47 | 330 | 52 | 53 |
| Binary | 111111 | 1100100 | 10011100 | 111100 | 100100 | 0 | 100111 | 11011000 | 101010 | 101011 |
Color Harmonies of #3F649C
Complementary color
Monochromatic Colors of #3F649C
Black with #3F649C
Text Example
Text Example
White with #3F649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F649C; }
p { color: rgb(63,100,156); }
H1.HeaderClassName
{
color: #3F649C;
}
.AnyTagClassName
{
color: #3F649C;
}
</style>
background-color css
<style>
a { background-color: #3F649C; }
a { background-color: rgb(63,100,156); }
div.DivClassName
{
background-color: #3F649C;
}
.BgClassName
{
background-color: #3F649C;
}
</style>
border-color css
<style>
span { border-color: #3F649C; }
span { border-color: rgb(63,100,156); }
td.TdClassName
{
border-color: #3F649C;
}
.TagClassName
{
border-color: #3F649C;
}
</style>