Shades of St Tropaz #355682
Tints of St Tropaz #355682
RGB
CMYK
RGB Variations
Color information
#355682 (or 0x355682) is known color: St Tropaz. HEX triplet: 35, 56 and 82. RGB value is (53,86,130). Sum of RGB (Red+Green+Blue) = 53+86+130=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #355682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355682 is #CAA97D. Grayscale: #505050. Windows color (decimal): -13281662 or 8541749. OLE color: 8541749.
HSL color Cylindrical-coordinate representation of color #355682: hue angle of 214.29º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #355682 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 86 | 130 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.49 |
| HSL | 214.29º | 0.42% | 0.36% | - |
| HSV(B) | 214.29º | 0.59% | 0.51% | - |
| XYZ | 8.83 | 9.02 | 22.4 | - |
| YUV | 81.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 86 | 130 | 0.59 | 0.34 | 0 | 0.49 | 214.29 | 0.42 | 0.36 |
| Hex | 35 | 56 | 82 | 3B | 22 | 0 | 31 | D6 | 2A | 24 |
| Octal | 65 | 126 | 202 | 73 | 42 | 0 | 61 | 326 | 52 | 44 |
| Binary | 110101 | 1010110 | 10000010 | 111011 | 100010 | 0 | 110001 | 11010110 | 101010 | 100100 |
Color Harmonies of #355682
Complementary color
Monochromatic Colors of #355682
Black with #355682
Text Example
Text Example
White with #355682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355682; }
p { color: rgb(53,86,130); }
H1.HeaderClassName
{
color: #355682;
}
.AnyTagClassName
{
color: #355682;
}
</style>
background-color css
<style>
a { background-color: #355682; }
a { background-color: rgb(53,86,130); }
div.DivClassName
{
background-color: #355682;
}
.BgClassName
{
background-color: #355682;
}
</style>
border-color css
<style>
span { border-color: #355682; }
span { border-color: rgb(53,86,130); }
td.TdClassName
{
border-color: #355682;
}
.TagClassName
{
border-color: #355682;
}
</style>