Shades of Mariner #3F68AB
Tints of Mariner #3F68AB
RGB
CMYK
RGB Variations
Color information
#3F68AB (or 0x3F68AB) is known color: Mariner. HEX triplet: 3F, 68 and AB. RGB value is (63,104,171). Sum of RGB (Red+Green+Blue) = 63+104+171=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F68AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F68AB is #C09754. Grayscale: #636363. Windows color (decimal): -12621653 or 11233343. OLE color: 11233343.
HSL color Cylindrical-coordinate representation of color #3F68AB: hue angle of 217.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F68AB is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 104 | 171 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.33 |
| HSL | 217.22º | 0.46% | 0.46% | - |
| HSV(B) | 217.22º | 0.63% | 0.67% | - |
| XYZ | 14.35 | 13.9 | 40.45 | - |
| YUV | 99.38 | 168.42 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 171 | 0.63 | 0.39 | 0 | 0.33 | 217.22 | 0.46 | 0.46 |
| Hex | 3F | 68 | AB | 3F | 27 | 0 | 21 | D9 | 2E | 2E |
| Octal | 77 | 150 | 253 | 77 | 47 | 0 | 41 | 331 | 56 | 56 |
| Binary | 111111 | 1101000 | 10101011 | 111111 | 100111 | 0 | 100001 | 11011001 | 101110 | 101110 |
Color Harmonies of #3F68AB
Complementary color
Monochromatic Colors of #3F68AB
Black with #3F68AB
Text Example
Text Example
White with #3F68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F68AB; }
p { color: rgb(63,104,171); }
H1.HeaderClassName
{
color: #3F68AB;
}
.AnyTagClassName
{
color: #3F68AB;
}
</style>
background-color css
<style>
a { background-color: #3F68AB; }
a { background-color: rgb(63,104,171); }
div.DivClassName
{
background-color: #3F68AB;
}
.BgClassName
{
background-color: #3F68AB;
}
</style>
border-color css
<style>
span { border-color: #3F68AB; }
span { border-color: rgb(63,104,171); }
td.TdClassName
{
border-color: #3F68AB;
}
.TagClassName
{
border-color: #3F68AB;
}
</style>