Shades of St Tropaz #2C507A
Tints of St Tropaz #2C507A
RGB
CMYK
RGB Variations
Color information
#2C507A (or 0x2C507A) is known color: St Tropaz. HEX triplet: 2C, 50 and 7A. RGB value is (44,80,122). Sum of RGB (Red+Green+Blue) = 44+80+122=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #2C507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C507A is #D3AF85. Grayscale: #494949. Windows color (decimal): -13873030 or 8015916. OLE color: 8015916.
HSL color Cylindrical-coordinate representation of color #2C507A: hue angle of 212.31º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C507A is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 80 | 122 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.52 |
| HSL | 212.31º | 0.47% | 0.33% | - |
| HSV(B) | 212.31º | 0.64% | 0.48% | - |
| XYZ | 7.42 | 7.68 | 19.5 | - |
| YUV | 74.02 | 155.07 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 80 | 122 | 0.64 | 0.34 | 0 | 0.52 | 212.31 | 0.47 | 0.33 |
| Hex | 2C | 50 | 7A | 40 | 22 | 0 | 34 | D4 | 2F | 21 |
| Octal | 54 | 120 | 172 | 100 | 42 | 0 | 64 | 324 | 57 | 41 |
| Binary | 101100 | 1010000 | 1111010 | 1000000 | 100010 | 0 | 110100 | 11010100 | 101111 | 100001 |
Color Harmonies of #2C507A
Complementary color
Monochromatic Colors of #2C507A
Black with #2C507A
Text Example
Text Example
White with #2C507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C507A; }
p { color: rgb(44,80,122); }
H1.HeaderClassName
{
color: #2C507A;
}
.AnyTagClassName
{
color: #2C507A;
}
</style>
background-color css
<style>
a { background-color: #2C507A; }
a { background-color: rgb(44,80,122); }
div.DivClassName
{
background-color: #2C507A;
}
.BgClassName
{
background-color: #2C507A;
}
</style>
border-color css
<style>
span { border-color: #2C507A; }
span { border-color: rgb(44,80,122); }
td.TdClassName
{
border-color: #2C507A;
}
.TagClassName
{
border-color: #2C507A;
}
</style>