Shades of St Tropaz #3E5E8C
Tints of St Tropaz #3E5E8C
RGB
CMYK
RGB Variations
Color information
#3E5E8C (or 0x3E5E8C) is known color: St Tropaz. HEX triplet: 3E, 5E and 8C. RGB value is (62,94,140). Sum of RGB (Red+Green+Blue) = 62+94+140=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #3E5E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5E8C is #C1A173. Grayscale: #595959. Windows color (decimal): -12689780 or 9199166. OLE color: 9199166.
HSL color Cylindrical-coordinate representation of color #3E5E8C: hue angle of 215.38º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E5E8C is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 94 | 140 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.45 |
| HSL | 215.38º | 0.39% | 0.4% | - |
| HSV(B) | 215.38º | 0.56% | 0.55% | - |
| XYZ | 10.72 | 10.92 | 26.35 | - |
| YUV | 89.68 | 156.4 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 94 | 140 | 0.56 | 0.33 | 0 | 0.45 | 215.38 | 0.39 | 0.4 |
| Hex | 3E | 5E | 8C | 38 | 21 | 0 | 2D | D7 | 27 | 28 |
| Octal | 76 | 136 | 214 | 70 | 41 | 0 | 55 | 327 | 47 | 50 |
| Binary | 111110 | 1011110 | 10001100 | 111000 | 100001 | 0 | 101101 | 11010111 | 100111 | 101000 |
Color Harmonies of #3E5E8C
Complementary color
Monochromatic Colors of #3E5E8C
Black with #3E5E8C
Text Example
Text Example
White with #3E5E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5E8C; }
p { color: rgb(62,94,140); }
H1.HeaderClassName
{
color: #3E5E8C;
}
.AnyTagClassName
{
color: #3E5E8C;
}
</style>
background-color css
<style>
a { background-color: #3E5E8C; }
a { background-color: rgb(62,94,140); }
div.DivClassName
{
background-color: #3E5E8C;
}
.BgClassName
{
background-color: #3E5E8C;
}
</style>
border-color css
<style>
span { border-color: #3E5E8C; }
span { border-color: rgb(62,94,140); }
td.TdClassName
{
border-color: #3E5E8C;
}
.TagClassName
{
border-color: #3E5E8C;
}
</style>