Shades of St Tropaz #3A5E8A
Tints of St Tropaz #3A5E8A
RGB
CMYK
RGB Variations
Color information
#3A5E8A (or 0x3A5E8A) is known color: St Tropaz. HEX triplet: 3A, 5E and 8A. RGB value is (58,94,138). Sum of RGB (Red+Green+Blue) = 58+94+138=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A5E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5E8A is #C5A175. Grayscale: #585858. Windows color (decimal): -12951926 or 9068090. OLE color: 9068090.
HSL color Cylindrical-coordinate representation of color #3A5E8A: hue angle of 213º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A5E8A is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 94 | 138 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.46 |
| HSL | 213º | 0.41% | 0.38% | - |
| HSV(B) | 213º | 0.58% | 0.54% | - |
| XYZ | 10.34 | 10.74 | 25.57 | - |
| YUV | 88.25 | 156.07 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 94 | 138 | 0.58 | 0.32 | 0 | 0.46 | 213 | 0.41 | 0.38 |
| Hex | 3A | 5E | 8A | 3A | 20 | 0 | 2E | D5 | 29 | 26 |
| Octal | 72 | 136 | 212 | 72 | 40 | 0 | 56 | 325 | 51 | 46 |
| Binary | 111010 | 1011110 | 10001010 | 111010 | 100000 | 0 | 101110 | 11010101 | 101001 | 100110 |
Color Harmonies of #3A5E8A
Complementary color
Monochromatic Colors of #3A5E8A
Black with #3A5E8A
Text Example
Text Example
White with #3A5E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5E8A; }
p { color: rgb(58,94,138); }
H1.HeaderClassName
{
color: #3A5E8A;
}
.AnyTagClassName
{
color: #3A5E8A;
}
</style>
background-color css
<style>
a { background-color: #3A5E8A; }
a { background-color: rgb(58,94,138); }
div.DivClassName
{
background-color: #3A5E8A;
}
.BgClassName
{
background-color: #3A5E8A;
}
</style>
border-color css
<style>
span { border-color: #3A5E8A; }
span { border-color: rgb(58,94,138); }
td.TdClassName
{
border-color: #3A5E8A;
}
.TagClassName
{
border-color: #3A5E8A;
}
</style>