Shades of Paua #222160
Tints of Paua #222160
RGB
CMYK
RGB Variations
Color information
#222160 (or 0x222160) is known color: Paua. HEX triplet: 22, 21 and 60. RGB value is (34,33,96). Sum of RGB (Red+Green+Blue) = 34+33+96=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #222160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222160 is #DDDE9F. Grayscale: #282828. Windows color (decimal): -14540448 or 6299938. OLE color: 6299938.
HSL color Cylindrical-coordinate representation of color #222160: hue angle of 240.95º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #222160 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 33 | 96 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.62 |
| HSL | 240.95º | 0.49% | 0.25% | - |
| HSV(B) | 240.95º | 0.66% | 0.38% | - |
| XYZ | 3.31 | 2.27 | 11.33 | - |
| YUV | 40.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 33 | 96 | 0.65 | 0.66 | 0 | 0.62 | 240.95 | 0.49 | 0.25 |
| Hex | 22 | 21 | 60 | 41 | 42 | 0 | 3E | F1 | 31 | 19 |
| Octal | 42 | 41 | 140 | 101 | 102 | 0 | 76 | 361 | 61 | 31 |
| Binary | 100010 | 100001 | 1100000 | 1000001 | 1000010 | 0 | 111110 | 11110001 | 110001 | 11001 |
Color Harmonies of #222160
Complementary color
Monochromatic Colors of #222160
Black with #222160
Text Example
Text Example
White with #222160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222160; }
p { color: rgb(34,33,96); }
H1.HeaderClassName
{
color: #222160;
}
.AnyTagClassName
{
color: #222160;
}
</style>
background-color css
<style>
a { background-color: #222160; }
a { background-color: rgb(34,33,96); }
div.DivClassName
{
background-color: #222160;
}
.BgClassName
{
background-color: #222160;
}
</style>
border-color css
<style>
span { border-color: #222160; }
span { border-color: rgb(34,33,96); }
td.TdClassName
{
border-color: #222160;
}
.TagClassName
{
border-color: #222160;
}
</style>