Shades of Paua #22165D
Tints of Paua #22165D
RGB
CMYK
RGB Variations
Color information
#22165D (or 0x22165D) is known color: Paua. HEX triplet: 22, 16 and 5D. RGB value is (34,22,93). Sum of RGB (Red+Green+Blue) = 34+22+93=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #22165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22165D is #DDE9A2. Grayscale: #212121. Windows color (decimal): -14543267 or 6100514. OLE color: 6100514.
HSL color Cylindrical-coordinate representation of color #22165D: hue angle of 250.14º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22165D is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 22 | 93 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.64 |
| HSL | 250.14º | 0.62% | 0.23% | - |
| HSV(B) | 250.14º | 0.76% | 0.36% | - |
| XYZ | 2.92 | 1.7 | 10.53 | - |
| YUV | 33.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 22 | 93 | 0.63 | 0.76 | 0 | 0.64 | 250.14 | 0.62 | 0.23 |
| Hex | 22 | 16 | 5D | 3F | 4C | 0 | 40 | FA | 3E | 17 |
| Octal | 42 | 26 | 135 | 77 | 114 | 0 | 100 | 372 | 76 | 27 |
| Binary | 100010 | 10110 | 1011101 | 111111 | 1001100 | 0 | 1000000 | 11111010 | 111110 | 10111 |
Color Harmonies of #22165D
Complementary color
Monochromatic Colors of #22165D
Black with #22165D
Text Example
Text Example
White with #22165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22165D; }
p { color: rgb(34,22,93); }
H1.HeaderClassName
{
color: #22165D;
}
.AnyTagClassName
{
color: #22165D;
}
</style>
background-color css
<style>
a { background-color: #22165D; }
a { background-color: rgb(34,22,93); }
div.DivClassName
{
background-color: #22165D;
}
.BgClassName
{
background-color: #22165D;
}
</style>
border-color css
<style>
span { border-color: #22165D; }
span { border-color: rgb(34,22,93); }
td.TdClassName
{
border-color: #22165D;
}
.TagClassName
{
border-color: #22165D;
}
</style>