Shades of St Tropaz #305485
Tints of St Tropaz #305485
RGB
CMYK
RGB Variations
Color information
#305485 (or 0x305485) is known color: St Tropaz. HEX triplet: 30, 54 and 85. RGB value is (48,84,133). Sum of RGB (Red+Green+Blue) = 48+84+133=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #305485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305485 is #CFAB7A. Grayscale: #4E4E4E. Windows color (decimal): -13609851 or 8737840. OLE color: 8737840.
HSL color Cylindrical-coordinate representation of color #305485: hue angle of 214.59º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #305485 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 84 | 133 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.48 |
| HSL | 214.59º | 0.47% | 0.35% | - |
| HSV(B) | 214.59º | 0.64% | 0.52% | - |
| XYZ | 8.62 | 8.66 | 23.41 | - |
| YUV | 78.82 | 158.57 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 133 | 0.64 | 0.37 | 0 | 0.48 | 214.59 | 0.47 | 0.35 |
| Hex | 30 | 54 | 85 | 40 | 25 | 0 | 30 | D7 | 2F | 23 |
| Octal | 60 | 124 | 205 | 100 | 45 | 0 | 60 | 327 | 57 | 43 |
| Binary | 110000 | 1010100 | 10000101 | 1000000 | 100101 | 0 | 110000 | 11010111 | 101111 | 100011 |
Color Harmonies of #305485
Complementary color
Monochromatic Colors of #305485
Black with #305485
Text Example
Text Example
White with #305485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305485; }
p { color: rgb(48,84,133); }
H1.HeaderClassName
{
color: #305485;
}
.AnyTagClassName
{
color: #305485;
}
</style>
background-color css
<style>
a { background-color: #305485; }
a { background-color: rgb(48,84,133); }
div.DivClassName
{
background-color: #305485;
}
.BgClassName
{
background-color: #305485;
}
</style>
border-color css
<style>
span { border-color: #305485; }
span { border-color: rgb(48,84,133); }
td.TdClassName
{
border-color: #305485;
}
.TagClassName
{
border-color: #305485;
}
</style>