Shades of Paua #222056
Tints of Paua #222056
RGB
CMYK
RGB Variations
Color information
#222056 (or 0x222056) is known color: Paua. HEX triplet: 22, 20 and 56. RGB value is (34,32,86). Sum of RGB (Red+Green+Blue) = 34+32+86=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #222056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222056 is #DDDFA9. Grayscale: #262626. Windows color (decimal): -14540714 or 5644322. OLE color: 5644322.
HSL color Cylindrical-coordinate representation of color #222056: hue angle of 242.22º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #222056 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 34 | 32 | 86 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.66 |
| HSL | 242.22º | 0.46% | 0.23% | - |
| HSV(B) | 242.22º | 0.63% | 0.34% | - |
| XYZ | 2.86 | 2.04 | 9.05 | - |
| YUV | 38.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 86 | 0.60 | 0.63 | 0 | 0.66 | 242.22 | 0.46 | 0.23 |
| Hex | 22 | 20 | 56 | 3C | 3F | 0 | 42 | F2 | 2E | 17 |
| Octal | 42 | 40 | 126 | 74 | 77 | 0 | 102 | 362 | 56 | 27 |
| Binary | 100010 | 100000 | 1010110 | 111100 | 111111 | 0 | 1000010 | 11110010 | 101110 | 10111 |
Color Harmonies of #222056
Complementary color
Monochromatic Colors of #222056
Black with #222056
Text Example
Text Example
White with #222056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222056; }
p { color: rgb(34,32,86); }
H1.HeaderClassName
{
color: #222056;
}
.AnyTagClassName
{
color: #222056;
}
</style>
background-color css
<style>
a { background-color: #222056; }
a { background-color: rgb(34,32,86); }
div.DivClassName
{
background-color: #222056;
}
.BgClassName
{
background-color: #222056;
}
</style>
border-color css
<style>
span { border-color: #222056; }
span { border-color: rgb(34,32,86); }
td.TdClassName
{
border-color: #222056;
}
.TagClassName
{
border-color: #222056;
}
</style>