Shades of St Tropaz #224A80
Tints of St Tropaz #224A80
RGB
CMYK
RGB Variations
Color information
#224A80 (or 0x224A80) is known color: St Tropaz. HEX triplet: 22, 4A and 80. RGB value is (34,74,128). Sum of RGB (Red+Green+Blue) = 34+74+128=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #224A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224A80 is #DDB57F. Grayscale: #434343. Windows color (decimal): -14529920 or 8407586. OLE color: 8407586.
HSL color Cylindrical-coordinate representation of color #224A80: hue angle of 214.47º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #224A80 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 74 | 128 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.50 |
| HSL | 214.47º | 0.58% | 0.32% | - |
| HSV(B) | 214.47º | 0.73% | 0.5% | - |
| XYZ | 7 | 6.8 | 21.36 | - |
| YUV | 68.2 | 161.75 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 128 | 0.73 | 0.42 | 0 | 0.50 | 214.47 | 0.58 | 0.32 |
| Hex | 22 | 4A | 80 | 49 | 2A | 0 | 32 | D6 | 3A | 20 |
| Octal | 42 | 112 | 200 | 111 | 52 | 0 | 62 | 326 | 72 | 40 |
| Binary | 100010 | 1001010 | 10000000 | 1001001 | 101010 | 0 | 110010 | 11010110 | 111010 | 100000 |
Color Harmonies of #224A80
Complementary color
Monochromatic Colors of #224A80
Black with #224A80
Text Example
Text Example
White with #224A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224A80; }
p { color: rgb(34,74,128); }
H1.HeaderClassName
{
color: #224A80;
}
.AnyTagClassName
{
color: #224A80;
}
</style>
background-color css
<style>
a { background-color: #224A80; }
a { background-color: rgb(34,74,128); }
div.DivClassName
{
background-color: #224A80;
}
.BgClassName
{
background-color: #224A80;
}
</style>
border-color css
<style>
span { border-color: #224A80; }
span { border-color: rgb(34,74,128); }
td.TdClassName
{
border-color: #224A80;
}
.TagClassName
{
border-color: #224A80;
}
</style>