Shades of St Tropaz #3E5E8A
Tints of St Tropaz #3E5E8A
RGB
CMYK
RGB Variations
Color information
#3E5E8A (or 0x3E5E8A) is known color: St Tropaz. HEX triplet: 3E, 5E and 8A. RGB value is (62,94,138). Sum of RGB (Red+Green+Blue) = 62+94+138=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E5E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5E8A is #C1A175. Grayscale: #595959. Windows color (decimal): -12689782 or 9068094. OLE color: 9068094.
HSL color Cylindrical-coordinate representation of color #3E5E8A: hue angle of 214.74º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E5E8A is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 94 | 138 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.46 |
| HSL | 214.74º | 0.38% | 0.39% | - |
| HSV(B) | 214.74º | 0.55% | 0.54% | - |
| XYZ | 10.58 | 10.86 | 25.58 | - |
| YUV | 89.45 | 155.4 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 94 | 138 | 0.55 | 0.32 | 0 | 0.46 | 214.74 | 0.38 | 0.39 |
| Hex | 3E | 5E | 8A | 37 | 20 | 0 | 2E | D7 | 26 | 27 |
| Octal | 76 | 136 | 212 | 67 | 40 | 0 | 56 | 327 | 46 | 47 |
| Binary | 111110 | 1011110 | 10001010 | 110111 | 100000 | 0 | 101110 | 11010111 | 100110 | 100111 |
Color Harmonies of #3E5E8A
Complementary color
Monochromatic Colors of #3E5E8A
Black with #3E5E8A
Text Example
Text Example
White with #3E5E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5E8A; }
p { color: rgb(62,94,138); }
H1.HeaderClassName
{
color: #3E5E8A;
}
.AnyTagClassName
{
color: #3E5E8A;
}
</style>
background-color css
<style>
a { background-color: #3E5E8A; }
a { background-color: rgb(62,94,138); }
div.DivClassName
{
background-color: #3E5E8A;
}
.BgClassName
{
background-color: #3E5E8A;
}
</style>
border-color css
<style>
span { border-color: #3E5E8A; }
span { border-color: rgb(62,94,138); }
td.TdClassName
{
border-color: #3E5E8A;
}
.TagClassName
{
border-color: #3E5E8A;
}
</style>