Shades of St Tropaz #305385
Tints of St Tropaz #305385
RGB
CMYK
RGB Variations
Color information
#305385 (or 0x305385) is known color: St Tropaz. HEX triplet: 30, 53 and 85. RGB value is (48,83,133). Sum of RGB (Red+Green+Blue) = 48+83+133=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #305385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305385 is #CFAC7A. Grayscale: #4E4E4E. Windows color (decimal): -13610107 or 8737584. OLE color: 8737584.
HSL color Cylindrical-coordinate representation of color #305385: hue angle of 215.29º 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 #305385 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 83 | 133 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.48 |
| HSL | 215.29º | 0.47% | 0.35% | - |
| HSV(B) | 215.29º | 0.64% | 0.52% | - |
| XYZ | 8.55 | 8.51 | 23.38 | - |
| YUV | 78.24 | 158.9 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 133 | 0.64 | 0.38 | 0 | 0.48 | 215.29 | 0.47 | 0.35 |
| Hex | 30 | 53 | 85 | 40 | 26 | 0 | 30 | D7 | 2F | 23 |
| Octal | 60 | 123 | 205 | 100 | 46 | 0 | 60 | 327 | 57 | 43 |
| Binary | 110000 | 1010011 | 10000101 | 1000000 | 100110 | 0 | 110000 | 11010111 | 101111 | 100011 |
Color Harmonies of #305385
Complementary color
Monochromatic Colors of #305385
Black with #305385
Text Example
Text Example
White with #305385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305385; }
p { color: rgb(48,83,133); }
H1.HeaderClassName
{
color: #305385;
}
.AnyTagClassName
{
color: #305385;
}
</style>
background-color css
<style>
a { background-color: #305385; }
a { background-color: rgb(48,83,133); }
div.DivClassName
{
background-color: #305385;
}
.BgClassName
{
background-color: #305385;
}
</style>
border-color css
<style>
span { border-color: #305385; }
span { border-color: rgb(48,83,133); }
td.TdClassName
{
border-color: #305385;
}
.TagClassName
{
border-color: #305385;
}
</style>