Shades of St Tropaz #285183
Tints of St Tropaz #285183
RGB
CMYK
RGB Variations
Color information
#285183 (or 0x285183) is known color: St Tropaz. HEX triplet: 28, 51 and 83. RGB value is (40,81,131). Sum of RGB (Red+Green+Blue) = 40+81+131=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #285183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285183 is #D7AE7C. Grayscale: #4A4A4A. Windows color (decimal): -14134909 or 8605992. OLE color: 8605992.
HSL color Cylindrical-coordinate representation of color #285183: hue angle of 212.97º 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 #285183 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 81 | 131 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.49 |
| HSL | 212.97º | 0.53% | 0.34% | - |
| HSV(B) | 212.97º | 0.69% | 0.51% | - |
| XYZ | 7.91 | 7.97 | 22.59 | - |
| YUV | 74.44 | 159.92 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 131 | 0.69 | 0.38 | 0 | 0.49 | 212.97 | 0.53 | 0.34 |
| Hex | 28 | 51 | 83 | 45 | 26 | 0 | 31 | D5 | 35 | 22 |
| Octal | 50 | 121 | 203 | 105 | 46 | 0 | 61 | 325 | 65 | 42 |
| Binary | 101000 | 1010001 | 10000011 | 1000101 | 100110 | 0 | 110001 | 11010101 | 110101 | 100010 |
Color Harmonies of #285183
Complementary color
Monochromatic Colors of #285183
Black with #285183
Text Example
Text Example
White with #285183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285183; }
p { color: rgb(40,81,131); }
H1.HeaderClassName
{
color: #285183;
}
.AnyTagClassName
{
color: #285183;
}
</style>
background-color css
<style>
a { background-color: #285183; }
a { background-color: rgb(40,81,131); }
div.DivClassName
{
background-color: #285183;
}
.BgClassName
{
background-color: #285183;
}
</style>
border-color css
<style>
span { border-color: #285183; }
span { border-color: rgb(40,81,131); }
td.TdClassName
{
border-color: #285183;
}
.TagClassName
{
border-color: #285183;
}
</style>