Shades of Mariner #3F67AA
Tints of Mariner #3F67AA
RGB
CMYK
RGB Variations
Color information
#3F67AA (or 0x3F67AA) is known color: Mariner. HEX triplet: 3F, 67 and AA. RGB value is (63,103,170). Sum of RGB (Red+Green+Blue) = 63+103+170=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F67AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F67AA is #C09855. Grayscale: #626262. Windows color (decimal): -12621910 or 11167551. OLE color: 11167551.
HSL color Cylindrical-coordinate representation of color #3F67AA: hue angle of 217.57º 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 #3F67AA is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 103 | 170 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.33 |
| HSL | 217.57º | 0.46% | 0.46% | - |
| HSV(B) | 217.57º | 0.63% | 0.67% | - |
| XYZ | 14.16 | 13.66 | 39.92 | - |
| YUV | 98.68 | 168.25 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 170 | 0.63 | 0.39 | 0 | 0.33 | 217.57 | 0.46 | 0.46 |
| Hex | 3F | 67 | AA | 3F | 27 | 0 | 21 | DA | 2E | 2E |
| Octal | 77 | 147 | 252 | 77 | 47 | 0 | 41 | 332 | 56 | 56 |
| Binary | 111111 | 1100111 | 10101010 | 111111 | 100111 | 0 | 100001 | 11011010 | 101110 | 101110 |
Color Harmonies of #3F67AA
Complementary color
Monochromatic Colors of #3F67AA
Black with #3F67AA
Text Example
Text Example
White with #3F67AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F67AA; }
p { color: rgb(63,103,170); }
H1.HeaderClassName
{
color: #3F67AA;
}
.AnyTagClassName
{
color: #3F67AA;
}
</style>
background-color css
<style>
a { background-color: #3F67AA; }
a { background-color: rgb(63,103,170); }
div.DivClassName
{
background-color: #3F67AA;
}
.BgClassName
{
background-color: #3F67AA;
}
</style>
border-color css
<style>
span { border-color: #3F67AA; }
span { border-color: rgb(63,103,170); }
td.TdClassName
{
border-color: #3F67AA;
}
.TagClassName
{
border-color: #3F67AA;
}
</style>