Shades of St Tropaz #2C5183
Tints of St Tropaz #2C5183
RGB
CMYK
RGB Variations
Color information
#2C5183 (or 0x2C5183) is known color: St Tropaz. HEX triplet: 2C, 51 and 83. RGB value is (44,81,131). Sum of RGB (Red+Green+Blue) = 44+81+131=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #2C5183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5183 is #D3AE7C. Grayscale: #4B4B4B. Windows color (decimal): -13872765 or 8605996. OLE color: 8605996.
HSL color Cylindrical-coordinate representation of color #2C5183: hue angle of 214.48º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C5183 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 81 | 131 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.49 |
| HSL | 214.48º | 0.5% | 0.34% | - |
| HSV(B) | 214.48º | 0.66% | 0.51% | - |
| XYZ | 8.08 | 8.06 | 22.6 | - |
| YUV | 75.64 | 159.24 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 81 | 131 | 0.66 | 0.38 | 0 | 0.49 | 214.48 | 0.5 | 0.34 |
| Hex | 2C | 51 | 83 | 42 | 26 | 0 | 31 | D6 | 32 | 22 |
| Octal | 54 | 121 | 203 | 102 | 46 | 0 | 61 | 326 | 62 | 42 |
| Binary | 101100 | 1010001 | 10000011 | 1000010 | 100110 | 0 | 110001 | 11010110 | 110010 | 100010 |
Color Harmonies of #2C5183
Complementary color
Monochromatic Colors of #2C5183
Black with #2C5183
Text Example
Text Example
White with #2C5183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5183; }
p { color: rgb(44,81,131); }
H1.HeaderClassName
{
color: #2C5183;
}
.AnyTagClassName
{
color: #2C5183;
}
</style>
background-color css
<style>
a { background-color: #2C5183; }
a { background-color: rgb(44,81,131); }
div.DivClassName
{
background-color: #2C5183;
}
.BgClassName
{
background-color: #2C5183;
}
</style>
border-color css
<style>
span { border-color: #2C5183; }
span { border-color: rgb(44,81,131); }
td.TdClassName
{
border-color: #2C5183;
}
.TagClassName
{
border-color: #2C5183;
}
</style>