Shades of St Tropaz #305488
Tints of St Tropaz #305488
RGB
CMYK
RGB Variations
Color information
#305488 (or 0x305488) is known color: St Tropaz. HEX triplet: 30, 54 and 88. RGB value is (48,84,136). Sum of RGB (Red+Green+Blue) = 48+84+136=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #305488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305488 is #CFAB77. Grayscale: #4E4E4E. Windows color (decimal): -13609848 or 8934448. OLE color: 8934448.
HSL color Cylindrical-coordinate representation of color #305488: hue angle of 215.45º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #305488 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 84 | 136 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.47 |
| HSL | 215.45º | 0.48% | 0.36% | - |
| HSV(B) | 215.45º | 0.65% | 0.53% | - |
| XYZ | 8.83 | 8.75 | 24.52 | - |
| YUV | 79.16 | 160.07 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 136 | 0.65 | 0.38 | 0 | 0.47 | 215.45 | 0.48 | 0.36 |
| Hex | 30 | 54 | 88 | 41 | 26 | 0 | 2F | D7 | 30 | 24 |
| Octal | 60 | 124 | 210 | 101 | 46 | 0 | 57 | 327 | 60 | 44 |
| Binary | 110000 | 1010100 | 10001000 | 1000001 | 100110 | 0 | 101111 | 11010111 | 110000 | 100100 |
Color Harmonies of #305488
Complementary color
Monochromatic Colors of #305488
Black with #305488
Text Example
Text Example
White with #305488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305488; }
p { color: rgb(48,84,136); }
H1.HeaderClassName
{
color: #305488;
}
.AnyTagClassName
{
color: #305488;
}
</style>
background-color css
<style>
a { background-color: #305488; }
a { background-color: rgb(48,84,136); }
div.DivClassName
{
background-color: #305488;
}
.BgClassName
{
background-color: #305488;
}
</style>
border-color css
<style>
span { border-color: #305488; }
span { border-color: rgb(48,84,136); }
td.TdClassName
{
border-color: #305488;
}
.TagClassName
{
border-color: #305488;
}
</style>