Shades of Mariner #3F63AA
Tints of Mariner #3F63AA
RGB
CMYK
RGB Variations
Color information
#3F63AA (or 0x3F63AA) is known color: Mariner. HEX triplet: 3F, 63 and AA. RGB value is (63,99,170). Sum of RGB (Red+Green+Blue) = 63+99+170=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F63AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F63AA is #C09C55. Grayscale: #606060. Windows color (decimal): -12622934 or 11166527. OLE color: 11166527.
HSL color Cylindrical-coordinate representation of color #3F63AA: hue angle of 219.81º 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 #3F63AA is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 99 | 170 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.33 |
| HSL | 219.81º | 0.46% | 0.46% | - |
| HSV(B) | 219.81º | 0.63% | 0.67% | - |
| XYZ | 13.77 | 12.88 | 39.79 | - |
| YUV | 96.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 170 | 0.63 | 0.42 | 0 | 0.33 | 219.81 | 0.46 | 0.46 |
| Hex | 3F | 63 | AA | 3F | 2A | 0 | 21 | DC | 2E | 2E |
| Octal | 77 | 143 | 252 | 77 | 52 | 0 | 41 | 334 | 56 | 56 |
| Binary | 111111 | 1100011 | 10101010 | 111111 | 101010 | 0 | 100001 | 11011100 | 101110 | 101110 |
Color Harmonies of #3F63AA
Complementary color
Monochromatic Colors of #3F63AA
Black with #3F63AA
Text Example
Text Example
White with #3F63AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F63AA; }
p { color: rgb(63,99,170); }
H1.HeaderClassName
{
color: #3F63AA;
}
.AnyTagClassName
{
color: #3F63AA;
}
</style>
background-color css
<style>
a { background-color: #3F63AA; }
a { background-color: rgb(63,99,170); }
div.DivClassName
{
background-color: #3F63AA;
}
.BgClassName
{
background-color: #3F63AA;
}
</style>
border-color css
<style>
span { border-color: #3F63AA; }
span { border-color: rgb(63,99,170); }
td.TdClassName
{
border-color: #3F63AA;
}
.TagClassName
{
border-color: #3F63AA;
}
</style>