Shades of St Tropaz #285085
Tints of St Tropaz #285085
RGB
CMYK
RGB Variations
Color information
#285085 (or 0x285085) is known color: St Tropaz. HEX triplet: 28, 50 and 85. RGB value is (40,80,133). Sum of RGB (Red+Green+Blue) = 40+80+133=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #285085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285085 is #D7AF7A. Grayscale: #494949. Windows color (decimal): -14135163 or 8736808. OLE color: 8736808.
HSL color Cylindrical-coordinate representation of color #285085: hue angle of 214.19º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #285085 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 80 | 133 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.48 |
| HSL | 214.19º | 0.54% | 0.34% | - |
| HSV(B) | 214.19º | 0.7% | 0.52% | - |
| XYZ | 7.98 | 7.88 | 23.29 | - |
| YUV | 74.08 | 161.25 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 133 | 0.70 | 0.40 | 0 | 0.48 | 214.19 | 0.54 | 0.34 |
| Hex | 28 | 50 | 85 | 46 | 28 | 0 | 30 | D6 | 36 | 22 |
| Octal | 50 | 120 | 205 | 106 | 50 | 0 | 60 | 326 | 66 | 42 |
| Binary | 101000 | 1010000 | 10000101 | 1000110 | 101000 | 0 | 110000 | 11010110 | 110110 | 100010 |
Color Harmonies of #285085
Complementary color
Monochromatic Colors of #285085
Black with #285085
Text Example
Text Example
White with #285085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285085; }
p { color: rgb(40,80,133); }
H1.HeaderClassName
{
color: #285085;
}
.AnyTagClassName
{
color: #285085;
}
</style>
background-color css
<style>
a { background-color: #285085; }
a { background-color: rgb(40,80,133); }
div.DivClassName
{
background-color: #285085;
}
.BgClassName
{
background-color: #285085;
}
</style>
border-color css
<style>
span { border-color: #285085; }
span { border-color: rgb(40,80,133); }
td.TdClassName
{
border-color: #285085;
}
.TagClassName
{
border-color: #285085;
}
</style>