Shades of Paua #222154
Tints of Paua #222154
RGB
CMYK
RGB Variations
Color information
#222154 (or 0x222154) is known color: Paua. HEX triplet: 22, 21 and 54. RGB value is (34,33,84). Sum of RGB (Red+Green+Blue) = 34+33+84=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #222154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222154 is #DDDEAB. Grayscale: #262626. Windows color (decimal): -14540460 or 5513506. OLE color: 5513506.
HSL color Cylindrical-coordinate representation of color #222154: hue angle of 241.18º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #222154 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 33 | 84 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.67 |
| HSL | 241.18º | 0.44% | 0.23% | - |
| HSV(B) | 241.18º | 0.61% | 0.33% | - |
| XYZ | 2.8 | 2.07 | 8.64 | - |
| YUV | 39.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 33 | 84 | 0.60 | 0.61 | 0 | 0.67 | 241.18 | 0.44 | 0.23 |
| Hex | 22 | 21 | 54 | 3C | 3D | 0 | 43 | F1 | 2C | 17 |
| Octal | 42 | 41 | 124 | 74 | 75 | 0 | 103 | 361 | 54 | 27 |
| Binary | 100010 | 100001 | 1010100 | 111100 | 111101 | 0 | 1000011 | 11110001 | 101100 | 10111 |
Color Harmonies of #222154
Complementary color
Monochromatic Colors of #222154
Black with #222154
Text Example
Text Example
White with #222154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222154; }
p { color: rgb(34,33,84); }
H1.HeaderClassName
{
color: #222154;
}
.AnyTagClassName
{
color: #222154;
}
</style>
background-color css
<style>
a { background-color: #222154; }
a { background-color: rgb(34,33,84); }
div.DivClassName
{
background-color: #222154;
}
.BgClassName
{
background-color: #222154;
}
</style>
border-color css
<style>
span { border-color: #222154; }
span { border-color: rgb(34,33,84); }
td.TdClassName
{
border-color: #222154;
}
.TagClassName
{
border-color: #222154;
}
</style>