Shades of St Tropaz #2B5482
Tints of St Tropaz #2B5482
RGB
CMYK
RGB Variations
Color information
#2B5482 (or 0x2B5482) is known color: St Tropaz. HEX triplet: 2B, 54 and 82. RGB value is (43,84,130). Sum of RGB (Red+Green+Blue) = 43+84+130=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #2B5482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5482 is #D4AB7D. Grayscale: #4C4C4C. Windows color (decimal): -13937534 or 8541227. OLE color: 8541227.
HSL color Cylindrical-coordinate representation of color #2B5482: hue angle of 211.72º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B5482 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 84 | 130 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.49 |
| HSL | 211.72º | 0.5% | 0.34% | - |
| HSV(B) | 211.72º | 0.67% | 0.51% | - |
| XYZ | 8.2 | 8.47 | 22.32 | - |
| YUV | 76.99 | 157.92 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 130 | 0.67 | 0.35 | 0 | 0.49 | 211.72 | 0.5 | 0.34 |
| Hex | 2B | 54 | 82 | 43 | 23 | 0 | 31 | D4 | 32 | 22 |
| Octal | 53 | 124 | 202 | 103 | 43 | 0 | 61 | 324 | 62 | 42 |
| Binary | 101011 | 1010100 | 10000010 | 1000011 | 100011 | 0 | 110001 | 11010100 | 110010 | 100010 |
Color Harmonies of #2B5482
Complementary color
Monochromatic Colors of #2B5482
Black with #2B5482
Text Example
Text Example
White with #2B5482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5482; }
p { color: rgb(43,84,130); }
H1.HeaderClassName
{
color: #2B5482;
}
.AnyTagClassName
{
color: #2B5482;
}
</style>
background-color css
<style>
a { background-color: #2B5482; }
a { background-color: rgb(43,84,130); }
div.DivClassName
{
background-color: #2B5482;
}
.BgClassName
{
background-color: #2B5482;
}
</style>
border-color css
<style>
span { border-color: #2B5482; }
span { border-color: rgb(43,84,130); }
td.TdClassName
{
border-color: #2B5482;
}
.TagClassName
{
border-color: #2B5482;
}
</style>