Shades of Mariner #3F69AF
Tints of Mariner #3F69AF
RGB
CMYK
RGB Variations
Color information
#3F69AF (or 0x3F69AF) is known color: Mariner. HEX triplet: 3F, 69 and AF. RGB value is (63,105,175). Sum of RGB (Red+Green+Blue) = 63+105+175=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F69AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F69AF is #C09650. Grayscale: #646464. Windows color (decimal): -12621393 or 11495743. OLE color: 11495743.
HSL color Cylindrical-coordinate representation of color #3F69AF: hue angle of 217.5º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F69AF is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 105 | 175 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.31 |
| HSL | 217.5º | 0.47% | 0.47% | - |
| HSV(B) | 217.5º | 0.64% | 0.69% | - |
| XYZ | 14.84 | 14.26 | 42.53 | - |
| YUV | 100.42 | 170.09 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 175 | 0.64 | 0.40 | 0 | 0.31 | 217.5 | 0.47 | 0.47 |
| Hex | 3F | 69 | AF | 40 | 28 | 0 | 1F | DA | 2F | 2F |
| Octal | 77 | 151 | 257 | 100 | 50 | 0 | 37 | 332 | 57 | 57 |
| Binary | 111111 | 1101001 | 10101111 | 1000000 | 101000 | 0 | 11111 | 11011010 | 101111 | 101111 |
Color Harmonies of #3F69AF
Complementary color
Monochromatic Colors of #3F69AF
Black with #3F69AF
Text Example
Text Example
White with #3F69AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F69AF; }
p { color: rgb(63,105,175); }
H1.HeaderClassName
{
color: #3F69AF;
}
.AnyTagClassName
{
color: #3F69AF;
}
</style>
background-color css
<style>
a { background-color: #3F69AF; }
a { background-color: rgb(63,105,175); }
div.DivClassName
{
background-color: #3F69AF;
}
.BgClassName
{
background-color: #3F69AF;
}
</style>
border-color css
<style>
span { border-color: #3F69AF; }
span { border-color: rgb(63,105,175); }
td.TdClassName
{
border-color: #3F69AF;
}
.TagClassName
{
border-color: #3F69AF;
}
</style>