Shades of St Tropaz #3E5A83
Tints of St Tropaz #3E5A83
RGB
CMYK
RGB Variations
Color information
#3E5A83 (or 0x3E5A83) is known color: St Tropaz. HEX triplet: 3E, 5A and 83. RGB value is (62,90,131). Sum of RGB (Red+Green+Blue) = 62+90+131=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #3E5A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5A83 is #C1A57C. Grayscale: #565656. Windows color (decimal): -12690813 or 8608318. OLE color: 8608318.
HSL color Cylindrical-coordinate representation of color #3E5A83: hue angle of 215.65º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E5A83 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 90 | 131 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.49 |
| HSL | 215.65º | 0.36% | 0.38% | - |
| HSV(B) | 215.65º | 0.53% | 0.51% | - |
| XYZ | 9.74 | 9.98 | 22.88 | - |
| YUV | 86.3 | 153.22 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 90 | 131 | 0.53 | 0.31 | 0 | 0.49 | 215.65 | 0.36 | 0.38 |
| Hex | 3E | 5A | 83 | 35 | 1F | 0 | 31 | D8 | 24 | 26 |
| Octal | 76 | 132 | 203 | 65 | 37 | 0 | 61 | 330 | 44 | 46 |
| Binary | 111110 | 1011010 | 10000011 | 110101 | 11111 | 0 | 110001 | 11011000 | 100100 | 100110 |
Color Harmonies of #3E5A83
Complementary color
Monochromatic Colors of #3E5A83
Black with #3E5A83
Text Example
Text Example
White with #3E5A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5A83; }
p { color: rgb(62,90,131); }
H1.HeaderClassName
{
color: #3E5A83;
}
.AnyTagClassName
{
color: #3E5A83;
}
</style>
background-color css
<style>
a { background-color: #3E5A83; }
a { background-color: rgb(62,90,131); }
div.DivClassName
{
background-color: #3E5A83;
}
.BgClassName
{
background-color: #3E5A83;
}
</style>
border-color css
<style>
span { border-color: #3E5A83; }
span { border-color: rgb(62,90,131); }
td.TdClassName
{
border-color: #3E5A83;
}
.TagClassName
{
border-color: #3E5A83;
}
</style>