Shades of St Tropaz #3E5B8A
Tints of St Tropaz #3E5B8A
RGB
CMYK
RGB Variations
Color information
#3E5B8A (or 0x3E5B8A) is known color: St Tropaz. HEX triplet: 3E, 5B and 8A. RGB value is (62,91,138). Sum of RGB (Red+Green+Blue) = 62+91+138=291 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.31% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E5B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5B8A is #C1A475. Grayscale: #575757. Windows color (decimal): -12690550 or 9067326. OLE color: 9067326.
HSL color Cylindrical-coordinate representation of color #3E5B8A: hue angle of 217.11º 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 #3E5B8A is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 91 | 138 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.46 |
| HSL | 217.11º | 0.38% | 0.39% | - |
| HSV(B) | 217.11º | 0.55% | 0.54% | - |
| XYZ | 10.32 | 10.34 | 25.5 | - |
| YUV | 87.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 91 | 138 | 0.55 | 0.34 | 0 | 0.46 | 217.11 | 0.38 | 0.39 |
| Hex | 3E | 5B | 8A | 37 | 22 | 0 | 2E | D9 | 26 | 27 |
| Octal | 76 | 133 | 212 | 67 | 42 | 0 | 56 | 331 | 46 | 47 |
| Binary | 111110 | 1011011 | 10001010 | 110111 | 100010 | 0 | 101110 | 11011001 | 100110 | 100111 |
Color Harmonies of #3E5B8A
Complementary color
Monochromatic Colors of #3E5B8A
Black with #3E5B8A
Text Example
Text Example
White with #3E5B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5B8A; }
p { color: rgb(62,91,138); }
H1.HeaderClassName
{
color: #3E5B8A;
}
.AnyTagClassName
{
color: #3E5B8A;
}
</style>
background-color css
<style>
a { background-color: #3E5B8A; }
a { background-color: rgb(62,91,138); }
div.DivClassName
{
background-color: #3E5B8A;
}
.BgClassName
{
background-color: #3E5B8A;
}
</style>
border-color css
<style>
span { border-color: #3E5B8A; }
span { border-color: rgb(62,91,138); }
td.TdClassName
{
border-color: #3E5B8A;
}
.TagClassName
{
border-color: #3E5B8A;
}
</style>