Shades of St Tropaz #3F5A84
Tints of St Tropaz #3F5A84
RGB
CMYK
RGB Variations
Color information
#3F5A84 (or 0x3F5A84) is known color: St Tropaz. HEX triplet: 3F, 5A and 84. RGB value is (63,90,132). Sum of RGB (Red+Green+Blue) = 63+90+132=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F5A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5A84 is #C0A57B. Grayscale: #565656. Windows color (decimal): -12625276 or 8673855. OLE color: 8673855.
HSL color Cylindrical-coordinate representation of color #3F5A84: hue angle of 216.52º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F5A84 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 90 | 132 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.48 |
| HSL | 216.52º | 0.35% | 0.38% | - |
| HSV(B) | 216.52º | 0.52% | 0.52% | - |
| XYZ | 9.87 | 10.04 | 23.25 | - |
| YUV | 86.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 90 | 132 | 0.52 | 0.32 | 0 | 0.48 | 216.52 | 0.35 | 0.38 |
| Hex | 3F | 5A | 84 | 34 | 20 | 0 | 30 | D9 | 23 | 26 |
| Octal | 77 | 132 | 204 | 64 | 40 | 0 | 60 | 331 | 43 | 46 |
| Binary | 111111 | 1011010 | 10000100 | 110100 | 100000 | 0 | 110000 | 11011001 | 100011 | 100110 |
Color Harmonies of #3F5A84
Complementary color
Monochromatic Colors of #3F5A84
Black with #3F5A84
Text Example
Text Example
White with #3F5A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5A84; }
p { color: rgb(63,90,132); }
H1.HeaderClassName
{
color: #3F5A84;
}
.AnyTagClassName
{
color: #3F5A84;
}
</style>
background-color css
<style>
a { background-color: #3F5A84; }
a { background-color: rgb(63,90,132); }
div.DivClassName
{
background-color: #3F5A84;
}
.BgClassName
{
background-color: #3F5A84;
}
</style>
border-color css
<style>
span { border-color: #3F5A84; }
span { border-color: rgb(63,90,132); }
td.TdClassName
{
border-color: #3F5A84;
}
.TagClassName
{
border-color: #3F5A84;
}
</style>