Shades of St Tropaz #305182
Tints of St Tropaz #305182
RGB
CMYK
RGB Variations
Color information
#305182 (or 0x305182) is known color: St Tropaz. HEX triplet: 30, 51 and 82. RGB value is (48,81,130). Sum of RGB (Red+Green+Blue) = 48+81+130=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #305182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305182 is #CFAE7D. Grayscale: #4C4C4C. Windows color (decimal): -13610622 or 8540464. OLE color: 8540464.
HSL color Cylindrical-coordinate representation of color #305182: hue angle of 215.85º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #305182 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 81 | 130 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.49 |
| HSL | 215.85º | 0.46% | 0.35% | - |
| HSV(B) | 215.85º | 0.63% | 0.51% | - |
| XYZ | 8.19 | 8.12 | 22.26 | - |
| YUV | 76.72 | 158.07 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 130 | 0.63 | 0.38 | 0 | 0.49 | 215.85 | 0.46 | 0.35 |
| Hex | 30 | 51 | 82 | 3F | 26 | 0 | 31 | D8 | 2E | 23 |
| Octal | 60 | 121 | 202 | 77 | 46 | 0 | 61 | 330 | 56 | 43 |
| Binary | 110000 | 1010001 | 10000010 | 111111 | 100110 | 0 | 110001 | 11011000 | 101110 | 100011 |
Color Harmonies of #305182
Complementary color
Monochromatic Colors of #305182
Black with #305182
Text Example
Text Example
White with #305182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305182; }
p { color: rgb(48,81,130); }
H1.HeaderClassName
{
color: #305182;
}
.AnyTagClassName
{
color: #305182;
}
</style>
background-color css
<style>
a { background-color: #305182; }
a { background-color: rgb(48,81,130); }
div.DivClassName
{
background-color: #305182;
}
.BgClassName
{
background-color: #305182;
}
</style>
border-color css
<style>
span { border-color: #305182; }
span { border-color: rgb(48,81,130); }
td.TdClassName
{
border-color: #305182;
}
.TagClassName
{
border-color: #305182;
}
</style>