Shades of St Tropaz #2B5183
Tints of St Tropaz #2B5183
RGB
CMYK
RGB Variations
Color information
#2B5183 (or 0x2B5183) is known color: St Tropaz. HEX triplet: 2B, 51 and 83. RGB value is (43,81,131). Sum of RGB (Red+Green+Blue) = 43+81+131=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B5183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5183 is #D4AE7C. Grayscale: #4B4B4B. Windows color (decimal): -13938301 or 8605995. OLE color: 8605995.
HSL color Cylindrical-coordinate representation of color #2B5183: hue angle of 214.09º degrees, saturation: 0.51, 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 #2B5183 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 81 | 131 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.49 |
| HSL | 214.09º | 0.51% | 0.34% | - |
| HSV(B) | 214.09º | 0.67% | 0.51% | - |
| XYZ | 8.04 | 8.04 | 22.6 | - |
| YUV | 75.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 81 | 131 | 0.67 | 0.38 | 0 | 0.49 | 214.09 | 0.51 | 0.34 |
| Hex | 2B | 51 | 83 | 43 | 26 | 0 | 31 | D6 | 33 | 22 |
| Octal | 53 | 121 | 203 | 103 | 46 | 0 | 61 | 326 | 63 | 42 |
| Binary | 101011 | 1010001 | 10000011 | 1000011 | 100110 | 0 | 110001 | 11010110 | 110011 | 100010 |
Color Harmonies of #2B5183
Complementary color
Monochromatic Colors of #2B5183
Black with #2B5183
Text Example
Text Example
White with #2B5183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5183; }
p { color: rgb(43,81,131); }
H1.HeaderClassName
{
color: #2B5183;
}
.AnyTagClassName
{
color: #2B5183;
}
</style>
background-color css
<style>
a { background-color: #2B5183; }
a { background-color: rgb(43,81,131); }
div.DivClassName
{
background-color: #2B5183;
}
.BgClassName
{
background-color: #2B5183;
}
</style>
border-color css
<style>
span { border-color: #2B5183; }
span { border-color: rgb(43,81,131); }
td.TdClassName
{
border-color: #2B5183;
}
.TagClassName
{
border-color: #2B5183;
}
</style>