Shades of St Tropaz #285083
Tints of St Tropaz #285083
RGB
CMYK
RGB Variations
Color information
#285083 (or 0x285083) is known color: St Tropaz. HEX triplet: 28, 50 and 83. RGB value is (40,80,131). Sum of RGB (Red+Green+Blue) = 40+80+131=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #285083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285083 is #D7AF7C. Grayscale: #494949. Windows color (decimal): -14135165 or 8605736. OLE color: 8605736.
HSL color Cylindrical-coordinate representation of color #285083: hue angle of 213.63º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #285083 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 80 | 131 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.49 |
| HSL | 213.63º | 0.53% | 0.34% | - |
| HSV(B) | 213.63º | 0.69% | 0.51% | - |
| XYZ | 7.84 | 7.83 | 22.57 | - |
| YUV | 73.85 | 160.25 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 131 | 0.69 | 0.39 | 0 | 0.49 | 213.63 | 0.53 | 0.34 |
| Hex | 28 | 50 | 83 | 45 | 27 | 0 | 31 | D6 | 35 | 22 |
| Octal | 50 | 120 | 203 | 105 | 47 | 0 | 61 | 326 | 65 | 42 |
| Binary | 101000 | 1010000 | 10000011 | 1000101 | 100111 | 0 | 110001 | 11010110 | 110101 | 100010 |
Color Harmonies of #285083
Complementary color
Monochromatic Colors of #285083
Black with #285083
Text Example
Text Example
White with #285083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285083; }
p { color: rgb(40,80,131); }
H1.HeaderClassName
{
color: #285083;
}
.AnyTagClassName
{
color: #285083;
}
</style>
background-color css
<style>
a { background-color: #285083; }
a { background-color: rgb(40,80,131); }
div.DivClassName
{
background-color: #285083;
}
.BgClassName
{
background-color: #285083;
}
</style>
border-color css
<style>
span { border-color: #285083; }
span { border-color: rgb(40,80,131); }
td.TdClassName
{
border-color: #285083;
}
.TagClassName
{
border-color: #285083;
}
</style>