Shades of St Tropaz #2F5488
Tints of St Tropaz #2F5488
RGB
CMYK
RGB Variations
Color information
#2F5488 (or 0x2F5488) is known color: St Tropaz. HEX triplet: 2F, 54 and 88. RGB value is (47,84,136). Sum of RGB (Red+Green+Blue) = 47+84+136=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F5488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5488 is #D0AB77. Grayscale: #4E4E4E. Windows color (decimal): -13675384 or 8934447. OLE color: 8934447.
HSL color Cylindrical-coordinate representation of color #2F5488: hue angle of 215.06º degrees, saturation: 0.49, 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 #2F5488 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 84 | 136 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.47 |
| HSL | 215.06º | 0.49% | 0.36% | - |
| HSV(B) | 215.06º | 0.65% | 0.53% | - |
| XYZ | 8.79 | 8.72 | 24.51 | - |
| YUV | 78.87 | 160.24 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 84 | 136 | 0.65 | 0.38 | 0 | 0.47 | 215.06 | 0.49 | 0.36 |
| Hex | 2F | 54 | 88 | 41 | 26 | 0 | 2F | D7 | 31 | 24 |
| Octal | 57 | 124 | 210 | 101 | 46 | 0 | 57 | 327 | 61 | 44 |
| Binary | 101111 | 1010100 | 10001000 | 1000001 | 100110 | 0 | 101111 | 11010111 | 110001 | 100100 |
Color Harmonies of #2F5488
Complementary color
Monochromatic Colors of #2F5488
Black with #2F5488
Text Example
Text Example
White with #2F5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5488; }
p { color: rgb(47,84,136); }
H1.HeaderClassName
{
color: #2F5488;
}
.AnyTagClassName
{
color: #2F5488;
}
</style>
background-color css
<style>
a { background-color: #2F5488; }
a { background-color: rgb(47,84,136); }
div.DivClassName
{
background-color: #2F5488;
}
.BgClassName
{
background-color: #2F5488;
}
</style>
border-color css
<style>
span { border-color: #2F5488; }
span { border-color: rgb(47,84,136); }
td.TdClassName
{
border-color: #2F5488;
}
.TagClassName
{
border-color: #2F5488;
}
</style>