Shades of St Tropaz #2D5584
Tints of St Tropaz #2D5584
RGB
CMYK
RGB Variations
Color information
#2D5584 (or 0x2D5584) is known color: St Tropaz. HEX triplet: 2D, 55 and 84. RGB value is (45,85,132). Sum of RGB (Red+Green+Blue) = 45+85+132=262 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.18% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D5584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5584 is #D2AA7B. Grayscale: #4E4E4E. Windows color (decimal): -13806204 or 8672557. OLE color: 8672557.
HSL color Cylindrical-coordinate representation of color #2D5584: hue angle of 212.41º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D5584 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 85 | 132 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.48 |
| HSL | 212.41º | 0.49% | 0.35% | - |
| HSV(B) | 212.41º | 0.66% | 0.52% | - |
| XYZ | 8.5 | 8.72 | 23.07 | - |
| YUV | 78.4 | 158.25 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 132 | 0.66 | 0.36 | 0 | 0.48 | 212.41 | 0.49 | 0.35 |
| Hex | 2D | 55 | 84 | 42 | 24 | 0 | 30 | D4 | 31 | 23 |
| Octal | 55 | 125 | 204 | 102 | 44 | 0 | 60 | 324 | 61 | 43 |
| Binary | 101101 | 1010101 | 10000100 | 1000010 | 100100 | 0 | 110000 | 11010100 | 110001 | 100011 |
Color Harmonies of #2D5584
Complementary color
Monochromatic Colors of #2D5584
Black with #2D5584
Text Example
Text Example
White with #2D5584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5584; }
p { color: rgb(45,85,132); }
H1.HeaderClassName
{
color: #2D5584;
}
.AnyTagClassName
{
color: #2D5584;
}
</style>
background-color css
<style>
a { background-color: #2D5584; }
a { background-color: rgb(45,85,132); }
div.DivClassName
{
background-color: #2D5584;
}
.BgClassName
{
background-color: #2D5584;
}
</style>
border-color css
<style>
span { border-color: #2D5584; }
span { border-color: rgb(45,85,132); }
td.TdClassName
{
border-color: #2D5584;
}
.TagClassName
{
border-color: #2D5584;
}
</style>