Shades of Mariner #3F629F
Tints of Mariner #3F629F
RGB
CMYK
RGB Variations
Color information
#3F629F (or 0x3F629F) is known color: Mariner. HEX triplet: 3F, 62 and 9F. RGB value is (63,98,159). Sum of RGB (Red+Green+Blue) = 63+98+159=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F629F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F629F is #C09D60. Grayscale: #5E5E5E. Windows color (decimal): -12623201 or 10445375. OLE color: 10445375.
HSL color Cylindrical-coordinate representation of color #3F629F: hue angle of 218.12º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F629F is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 98 | 159 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.38 |
| HSL | 218.13º | 0.43% | 0.44% | - |
| HSV(B) | 218.13º | 0.6% | 0.62% | - |
| XYZ | 12.68 | 12.3 | 34.51 | - |
| YUV | 94.49 | 164.4 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 159 | 0.60 | 0.38 | 0 | 0.38 | 218.13 | 0.43 | 0.44 |
| Hex | 3F | 62 | 9F | 3C | 26 | 0 | 26 | DA | 2B | 2C |
| Octal | 77 | 142 | 237 | 74 | 46 | 0 | 46 | 332 | 53 | 54 |
| Binary | 111111 | 1100010 | 10011111 | 111100 | 100110 | 0 | 100110 | 11011010 | 101011 | 101100 |
Color Harmonies of #3F629F
Complementary color
Monochromatic Colors of #3F629F
Black with #3F629F
Text Example
Text Example
White with #3F629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F629F; }
p { color: rgb(63,98,159); }
H1.HeaderClassName
{
color: #3F629F;
}
.AnyTagClassName
{
color: #3F629F;
}
</style>
background-color css
<style>
a { background-color: #3F629F; }
a { background-color: rgb(63,98,159); }
div.DivClassName
{
background-color: #3F629F;
}
.BgClassName
{
background-color: #3F629F;
}
</style>
border-color css
<style>
span { border-color: #3F629F; }
span { border-color: rgb(63,98,159); }
td.TdClassName
{
border-color: #3F629F;
}
.TagClassName
{
border-color: #3F629F;
}
</style>