Shades of St Tropaz #3F5E8A
Tints of St Tropaz #3F5E8A
RGB
CMYK
RGB Variations
Color information
#3F5E8A (or 0x3F5E8A) is known color: St Tropaz. HEX triplet: 3F, 5E and 8A. RGB value is (63,94,138). Sum of RGB (Red+Green+Blue) = 63+94+138=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F5E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5E8A is #C0A175. Grayscale: #595959. Windows color (decimal): -12624246 or 9068095. OLE color: 9068095.
HSL color Cylindrical-coordinate representation of color #3F5E8A: hue angle of 215.2º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F5E8A is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 94 | 138 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.46 |
| HSL | 215.2º | 0.37% | 0.39% | - |
| HSV(B) | 215.2º | 0.54% | 0.54% | - |
| XYZ | 10.64 | 10.9 | 25.59 | - |
| YUV | 89.75 | 155.23 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 94 | 138 | 0.54 | 0.32 | 0 | 0.46 | 215.2 | 0.37 | 0.39 |
| Hex | 3F | 5E | 8A | 36 | 20 | 0 | 2E | D7 | 25 | 27 |
| Octal | 77 | 136 | 212 | 66 | 40 | 0 | 56 | 327 | 45 | 47 |
| Binary | 111111 | 1011110 | 10001010 | 110110 | 100000 | 0 | 101110 | 11010111 | 100101 | 100111 |
Color Harmonies of #3F5E8A
Complementary color
Monochromatic Colors of #3F5E8A
Black with #3F5E8A
Text Example
Text Example
White with #3F5E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5E8A; }
p { color: rgb(63,94,138); }
H1.HeaderClassName
{
color: #3F5E8A;
}
.AnyTagClassName
{
color: #3F5E8A;
}
</style>
background-color css
<style>
a { background-color: #3F5E8A; }
a { background-color: rgb(63,94,138); }
div.DivClassName
{
background-color: #3F5E8A;
}
.BgClassName
{
background-color: #3F5E8A;
}
</style>
border-color css
<style>
span { border-color: #3F5E8A; }
span { border-color: rgb(63,94,138); }
td.TdClassName
{
border-color: #3F5E8A;
}
.TagClassName
{
border-color: #3F5E8A;
}
</style>