Shades of St Tropaz #285082
Tints of St Tropaz #285082
RGB
CMYK
RGB Variations
Color information
#285082 (or 0x285082) is known color: St Tropaz. HEX triplet: 28, 50 and 82. RGB value is (40,80,130). Sum of RGB (Red+Green+Blue) = 40+80+130=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #285082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285082 is #D7AF7D. Grayscale: #494949. Windows color (decimal): -14135166 or 8540200. OLE color: 8540200.
HSL color Cylindrical-coordinate representation of color #285082: hue angle of 213.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #285082 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 80 | 130 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.49 |
| HSL | 213.33º | 0.53% | 0.33% | - |
| HSV(B) | 213.33º | 0.69% | 0.51% | - |
| XYZ | 7.77 | 7.8 | 22.21 | - |
| YUV | 73.74 | 159.75 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 130 | 0.69 | 0.38 | 0 | 0.49 | 213.33 | 0.53 | 0.33 |
| Hex | 28 | 50 | 82 | 45 | 26 | 0 | 31 | D5 | 35 | 21 |
| Octal | 50 | 120 | 202 | 105 | 46 | 0 | 61 | 325 | 65 | 41 |
| Binary | 101000 | 1010000 | 10000010 | 1000101 | 100110 | 0 | 110001 | 11010101 | 110101 | 100001 |
Color Harmonies of #285082
Complementary color
Monochromatic Colors of #285082
Black with #285082
Text Example
Text Example
White with #285082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285082; }
p { color: rgb(40,80,130); }
H1.HeaderClassName
{
color: #285082;
}
.AnyTagClassName
{
color: #285082;
}
</style>
background-color css
<style>
a { background-color: #285082; }
a { background-color: rgb(40,80,130); }
div.DivClassName
{
background-color: #285082;
}
.BgClassName
{
background-color: #285082;
}
</style>
border-color css
<style>
span { border-color: #285082; }
span { border-color: rgb(40,80,130); }
td.TdClassName
{
border-color: #285082;
}
.TagClassName
{
border-color: #285082;
}
</style>