Shades of Paua #222150
Tints of Paua #222150
RGB
CMYK
RGB Variations
Color information
#222150 (or 0x222150) is known color: Paua. HEX triplet: 22, 21 and 50. RGB value is (34,33,80). Sum of RGB (Red+Green+Blue) = 34+33+80=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #222150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222150 is #DDDEAF. Grayscale: #262626. Windows color (decimal): -14540464 or 5251362. OLE color: 5251362.
HSL color Cylindrical-coordinate representation of color #222150: hue angle of 241.28º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #222150 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 33 | 80 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.69 |
| HSL | 241.28º | 0.42% | 0.22% | - |
| HSV(B) | 241.28º | 0.59% | 0.31% | - |
| XYZ | 2.65 | 2.01 | 7.84 | - |
| YUV | 38.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 33 | 80 | 0.58 | 0.59 | 0 | 0.69 | 241.28 | 0.42 | 0.22 |
| Hex | 22 | 21 | 50 | 3A | 3B | 0 | 45 | F1 | 2A | 16 |
| Octal | 42 | 41 | 120 | 72 | 73 | 0 | 105 | 361 | 52 | 26 |
| Binary | 100010 | 100001 | 1010000 | 111010 | 111011 | 0 | 1000101 | 11110001 | 101010 | 10110 |
Color Harmonies of #222150
Complementary color
Monochromatic Colors of #222150
Black with #222150
Text Example
Text Example
White with #222150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222150; }
p { color: rgb(34,33,80); }
H1.HeaderClassName
{
color: #222150;
}
.AnyTagClassName
{
color: #222150;
}
</style>
background-color css
<style>
a { background-color: #222150; }
a { background-color: rgb(34,33,80); }
div.DivClassName
{
background-color: #222150;
}
.BgClassName
{
background-color: #222150;
}
</style>
border-color css
<style>
span { border-color: #222150; }
span { border-color: rgb(34,33,80); }
td.TdClassName
{
border-color: #222150;
}
.TagClassName
{
border-color: #222150;
}
</style>