Shades of St Tropaz #305383
Tints of St Tropaz #305383
RGB
CMYK
RGB Variations
Color information
#305383 (or 0x305383) is known color: St Tropaz. HEX triplet: 30, 53 and 83. RGB value is (48,83,131). Sum of RGB (Red+Green+Blue) = 48+83+131=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #305383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305383 is #CFAC7C. Grayscale: #4D4D4D. Windows color (decimal): -13610109 or 8606512. OLE color: 8606512.
HSL color Cylindrical-coordinate representation of color #305383: hue angle of 214.7º 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 #305383 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 83 | 131 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.49 |
| HSL | 214.7º | 0.46% | 0.35% | - |
| HSV(B) | 214.7º | 0.63% | 0.51% | - |
| XYZ | 8.41 | 8.45 | 22.66 | - |
| YUV | 78.01 | 157.9 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 131 | 0.63 | 0.37 | 0 | 0.49 | 214.7 | 0.46 | 0.35 |
| Hex | 30 | 53 | 83 | 3F | 25 | 0 | 31 | D7 | 2E | 23 |
| Octal | 60 | 123 | 203 | 77 | 45 | 0 | 61 | 327 | 56 | 43 |
| Binary | 110000 | 1010011 | 10000011 | 111111 | 100101 | 0 | 110001 | 11010111 | 101110 | 100011 |
Color Harmonies of #305383
Complementary color
Monochromatic Colors of #305383
Black with #305383
Text Example
Text Example
White with #305383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305383; }
p { color: rgb(48,83,131); }
H1.HeaderClassName
{
color: #305383;
}
.AnyTagClassName
{
color: #305383;
}
</style>
background-color css
<style>
a { background-color: #305383; }
a { background-color: rgb(48,83,131); }
div.DivClassName
{
background-color: #305383;
}
.BgClassName
{
background-color: #305383;
}
</style>
border-color css
<style>
span { border-color: #305383; }
span { border-color: rgb(48,83,131); }
td.TdClassName
{
border-color: #305383;
}
.TagClassName
{
border-color: #305383;
}
</style>