Shades of Mariner #3F67AB
Tints of Mariner #3F67AB
RGB
CMYK
RGB Variations
Color information
#3F67AB (or 0x3F67AB) is known color: Mariner. HEX triplet: 3F, 67 and AB. RGB value is (63,103,171). Sum of RGB (Red+Green+Blue) = 63+103+171=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F67AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F67AB is #C09854. Grayscale: #626262. Windows color (decimal): -12621909 or 11233087. OLE color: 11233087.
HSL color Cylindrical-coordinate representation of color #3F67AB: hue angle of 217.78º 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 #3F67AB is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 103 | 171 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.33 |
| HSL | 217.78º | 0.46% | 0.46% | - |
| HSV(B) | 217.78º | 0.63% | 0.67% | - |
| XYZ | 14.25 | 13.7 | 40.42 | - |
| YUV | 98.79 | 168.75 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 171 | 0.63 | 0.40 | 0 | 0.33 | 217.78 | 0.46 | 0.46 |
| Hex | 3F | 67 | AB | 3F | 28 | 0 | 21 | DA | 2E | 2E |
| Octal | 77 | 147 | 253 | 77 | 50 | 0 | 41 | 332 | 56 | 56 |
| Binary | 111111 | 1100111 | 10101011 | 111111 | 101000 | 0 | 100001 | 11011010 | 101110 | 101110 |
Color Harmonies of #3F67AB
Complementary color
Monochromatic Colors of #3F67AB
Black with #3F67AB
Text Example
Text Example
White with #3F67AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F67AB; }
p { color: rgb(63,103,171); }
H1.HeaderClassName
{
color: #3F67AB;
}
.AnyTagClassName
{
color: #3F67AB;
}
</style>
background-color css
<style>
a { background-color: #3F67AB; }
a { background-color: rgb(63,103,171); }
div.DivClassName
{
background-color: #3F67AB;
}
.BgClassName
{
background-color: #3F67AB;
}
</style>
border-color css
<style>
span { border-color: #3F67AB; }
span { border-color: rgb(63,103,171); }
td.TdClassName
{
border-color: #3F67AB;
}
.TagClassName
{
border-color: #3F67AB;
}
</style>