Shades of St Tropaz #3A5B84
Tints of St Tropaz #3A5B84
RGB
CMYK
RGB Variations
Color information
#3A5B84 (or 0x3A5B84) is known color: St Tropaz. HEX triplet: 3A, 5B and 84. RGB value is (58,91,132). Sum of RGB (Red+Green+Blue) = 58+91+132=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A5B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5B84 is #C5A47B. Grayscale: #555555. Windows color (decimal): -12952700 or 8674106. OLE color: 8674106.
HSL color Cylindrical-coordinate representation of color #3A5B84: hue angle of 213.24º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A5B84 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 91 | 132 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.48 |
| HSL | 213.24º | 0.39% | 0.37% | - |
| HSV(B) | 213.24º | 0.56% | 0.52% | - |
| XYZ | 9.65 | 10.05 | 23.26 | - |
| YUV | 85.81 | 154.07 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 91 | 132 | 0.56 | 0.31 | 0 | 0.48 | 213.24 | 0.39 | 0.37 |
| Hex | 3A | 5B | 84 | 38 | 1F | 0 | 30 | D5 | 27 | 25 |
| Octal | 72 | 133 | 204 | 70 | 37 | 0 | 60 | 325 | 47 | 45 |
| Binary | 111010 | 1011011 | 10000100 | 111000 | 11111 | 0 | 110000 | 11010101 | 100111 | 100101 |
Color Harmonies of #3A5B84
Complementary color
Monochromatic Colors of #3A5B84
Black with #3A5B84
Text Example
Text Example
White with #3A5B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5B84; }
p { color: rgb(58,91,132); }
H1.HeaderClassName
{
color: #3A5B84;
}
.AnyTagClassName
{
color: #3A5B84;
}
</style>
background-color css
<style>
a { background-color: #3A5B84; }
a { background-color: rgb(58,91,132); }
div.DivClassName
{
background-color: #3A5B84;
}
.BgClassName
{
background-color: #3A5B84;
}
</style>
border-color css
<style>
span { border-color: #3A5B84; }
span { border-color: rgb(58,91,132); }
td.TdClassName
{
border-color: #3A5B84;
}
.TagClassName
{
border-color: #3A5B84;
}
</style>