Shades of St Tropaz #31547B
Tints of St Tropaz #31547B
RGB
CMYK
RGB Variations
Color information
#31547B (or 0x31547B) is known color: St Tropaz. HEX triplet: 31, 54 and 7B. RGB value is (49,84,123). Sum of RGB (Red+Green+Blue) = 49+84+123=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #31547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31547B is #CEAB84. Grayscale: #4D4D4D. Windows color (decimal): -13544325 or 8082481. OLE color: 8082481.
HSL color Cylindrical-coordinate representation of color #31547B: hue angle of 211.62º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31547B is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 84 | 123 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.52 |
| HSL | 211.62º | 0.43% | 0.34% | - |
| HSV(B) | 211.62º | 0.6% | 0.48% | - |
| XYZ | 8.01 | 8.42 | 19.94 | - |
| YUV | 77.98 | 153.4 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 123 | 0.60 | 0.32 | 0 | 0.52 | 211.62 | 0.43 | 0.34 |
| Hex | 31 | 54 | 7B | 3C | 20 | 0 | 34 | D4 | 2B | 22 |
| Octal | 61 | 124 | 173 | 74 | 40 | 0 | 64 | 324 | 53 | 42 |
| Binary | 110001 | 1010100 | 1111011 | 111100 | 100000 | 0 | 110100 | 11010100 | 101011 | 100010 |
Color Harmonies of #31547B
Complementary color
Monochromatic Colors of #31547B
Black with #31547B
Text Example
Text Example
White with #31547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31547B; }
p { color: rgb(49,84,123); }
H1.HeaderClassName
{
color: #31547B;
}
.AnyTagClassName
{
color: #31547B;
}
</style>
background-color css
<style>
a { background-color: #31547B; }
a { background-color: rgb(49,84,123); }
div.DivClassName
{
background-color: #31547B;
}
.BgClassName
{
background-color: #31547B;
}
</style>
border-color css
<style>
span { border-color: #31547B; }
span { border-color: rgb(49,84,123); }
td.TdClassName
{
border-color: #31547B;
}
.TagClassName
{
border-color: #31547B;
}
</style>