Shades of St Tropaz #2D507A
Tints of St Tropaz #2D507A
RGB
CMYK
RGB Variations
Color information
#2D507A (or 0x2D507A) is known color: St Tropaz. HEX triplet: 2D, 50 and 7A. RGB value is (45,80,122). Sum of RGB (Red+Green+Blue) = 45+80+122=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D507A is #D2AF85. Grayscale: #4A4A4A. Windows color (decimal): -13807494 or 8015917. OLE color: 8015917.
HSL color Cylindrical-coordinate representation of color #2D507A: hue angle of 212.73º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D507A is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 80 | 122 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.52 |
| HSL | 212.73º | 0.46% | 0.33% | - |
| HSV(B) | 212.73º | 0.63% | 0.48% | - |
| XYZ | 7.46 | 7.7 | 19.51 | - |
| YUV | 74.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 122 | 0.63 | 0.34 | 0 | 0.52 | 212.73 | 0.46 | 0.33 |
| Hex | 2D | 50 | 7A | 3F | 22 | 0 | 34 | D5 | 2E | 21 |
| Octal | 55 | 120 | 172 | 77 | 42 | 0 | 64 | 325 | 56 | 41 |
| Binary | 101101 | 1010000 | 1111010 | 111111 | 100010 | 0 | 110100 | 11010101 | 101110 | 100001 |
Color Harmonies of #2D507A
Complementary color
Monochromatic Colors of #2D507A
Black with #2D507A
Text Example
Text Example
White with #2D507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D507A; }
p { color: rgb(45,80,122); }
H1.HeaderClassName
{
color: #2D507A;
}
.AnyTagClassName
{
color: #2D507A;
}
</style>
background-color css
<style>
a { background-color: #2D507A; }
a { background-color: rgb(45,80,122); }
div.DivClassName
{
background-color: #2D507A;
}
.BgClassName
{
background-color: #2D507A;
}
</style>
border-color css
<style>
span { border-color: #2D507A; }
span { border-color: rgb(45,80,122); }
td.TdClassName
{
border-color: #2D507A;
}
.TagClassName
{
border-color: #2D507A;
}
</style>