Shades of Mariner #3F69B5
Tints of Mariner #3F69B5
RGB
CMYK
RGB Variations
Color information
#3F69B5 (or 0x3F69B5) is known color: Mariner. HEX triplet: 3F, 69 and B5. RGB value is (63,105,181). Sum of RGB (Red+Green+Blue) = 63+105+181=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 181 (71.09% from 255 or 51.86% from 349); Max value from RGB is 181 - color contains mainly: blue. Hex color #3F69B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F69B5 is #C0964A. Grayscale: #646464. Windows color (decimal): -12621387 or 11888959. OLE color: 11888959.
HSL color Cylindrical-coordinate representation of color #3F69B5: hue angle of 218.64º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F69B5 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 105 | 181 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.29 |
| HSL | 218.64º | 0.48% | 0.48% | - |
| HSV(B) | 218.64º | 0.65% | 0.71% | - |
| XYZ | 15.44 | 14.5 | 45.7 | - |
| YUV | 101.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 181 | 0.65 | 0.42 | 0 | 0.29 | 218.64 | 0.48 | 0.48 |
| Hex | 3F | 69 | B5 | 41 | 2A | 0 | 1D | DB | 30 | 30 |
| Octal | 77 | 151 | 265 | 101 | 52 | 0 | 35 | 333 | 60 | 60 |
| Binary | 111111 | 1101001 | 10110101 | 1000001 | 101010 | 0 | 11101 | 11011011 | 110000 | 110000 |
Color Harmonies of #3F69B5
Complementary color
Monochromatic Colors of #3F69B5
Black with #3F69B5
Text Example
Text Example
White with #3F69B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F69B5; }
p { color: rgb(63,105,181); }
H1.HeaderClassName
{
color: #3F69B5;
}
.AnyTagClassName
{
color: #3F69B5;
}
</style>
background-color css
<style>
a { background-color: #3F69B5; }
a { background-color: rgb(63,105,181); }
div.DivClassName
{
background-color: #3F69B5;
}
.BgClassName
{
background-color: #3F69B5;
}
</style>
border-color css
<style>
span { border-color: #3F69B5; }
span { border-color: rgb(63,105,181); }
td.TdClassName
{
border-color: #3F69B5;
}
.TagClassName
{
border-color: #3F69B5;
}
</style>