Shades of Mariner #3F699B
Tints of Mariner #3F699B
RGB
CMYK
RGB Variations
Color information
#3F699B (or 0x3F699B) is known color: Mariner. HEX triplet: 3F, 69 and 9B. RGB value is (63,105,155). Sum of RGB (Red+Green+Blue) = 63+105+155=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F699B is #C09664. Grayscale: #616161. Windows color (decimal): -12621413 or 10185023. OLE color: 10185023.
HSL color Cylindrical-coordinate representation of color #3F699B: hue angle of 212.61º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F699B is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 105 | 155 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.39 |
| HSL | 212.61º | 0.42% | 0.43% | - |
| HSV(B) | 212.61º | 0.59% | 0.61% | - |
| XYZ | 13.02 | 13.53 | 32.94 | - |
| YUV | 98.14 | 160.09 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 155 | 0.59 | 0.32 | 0 | 0.39 | 212.61 | 0.42 | 0.43 |
| Hex | 3F | 69 | 9B | 3B | 20 | 0 | 27 | D5 | 2A | 2B |
| Octal | 77 | 151 | 233 | 73 | 40 | 0 | 47 | 325 | 52 | 53 |
| Binary | 111111 | 1101001 | 10011011 | 111011 | 100000 | 0 | 100111 | 11010101 | 101010 | 101011 |
Color Harmonies of #3F699B
Complementary color
Monochromatic Colors of #3F699B
Black with #3F699B
Text Example
Text Example
White with #3F699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F699B; }
p { color: rgb(63,105,155); }
H1.HeaderClassName
{
color: #3F699B;
}
.AnyTagClassName
{
color: #3F699B;
}
</style>
background-color css
<style>
a { background-color: #3F699B; }
a { background-color: rgb(63,105,155); }
div.DivClassName
{
background-color: #3F699B;
}
.BgClassName
{
background-color: #3F699B;
}
</style>
border-color css
<style>
span { border-color: #3F699B; }
span { border-color: rgb(63,105,155); }
td.TdClassName
{
border-color: #3F699B;
}
.TagClassName
{
border-color: #3F699B;
}
</style>