Shades of St Tropaz #2B527D
Tints of St Tropaz #2B527D
RGB
CMYK
RGB Variations
Color information
#2B527D (or 0x2B527D) is known color: St Tropaz. HEX triplet: 2B, 52 and 7D. RGB value is (43,82,125). Sum of RGB (Red+Green+Blue) = 43+82+125=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B527D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B527D is #D4AD82. Grayscale: #4B4B4B. Windows color (decimal): -13938051 or 8213035. OLE color: 8213035.
HSL color Cylindrical-coordinate representation of color #2B527D: hue angle of 211.46º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B527D is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 82 | 125 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.51 |
| HSL | 211.46º | 0.49% | 0.33% | - |
| HSV(B) | 211.46º | 0.66% | 0.49% | - |
| XYZ | 7.72 | 8.03 | 20.55 | - |
| YUV | 75.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 82 | 125 | 0.66 | 0.34 | 0 | 0.51 | 211.46 | 0.49 | 0.33 |
| Hex | 2B | 52 | 7D | 42 | 22 | 0 | 33 | D3 | 31 | 21 |
| Octal | 53 | 122 | 175 | 102 | 42 | 0 | 63 | 323 | 61 | 41 |
| Binary | 101011 | 1010010 | 1111101 | 1000010 | 100010 | 0 | 110011 | 11010011 | 110001 | 100001 |
Color Harmonies of #2B527D
Complementary color
Monochromatic Colors of #2B527D
Black with #2B527D
Text Example
Text Example
White with #2B527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B527D; }
p { color: rgb(43,82,125); }
H1.HeaderClassName
{
color: #2B527D;
}
.AnyTagClassName
{
color: #2B527D;
}
</style>
background-color css
<style>
a { background-color: #2B527D; }
a { background-color: rgb(43,82,125); }
div.DivClassName
{
background-color: #2B527D;
}
.BgClassName
{
background-color: #2B527D;
}
</style>
border-color css
<style>
span { border-color: #2B527D; }
span { border-color: rgb(43,82,125); }
td.TdClassName
{
border-color: #2B527D;
}
.TagClassName
{
border-color: #2B527D;
}
</style>