Shades of Paua #22205F
Tints of Paua #22205F
RGB
CMYK
RGB Variations
Color information
#22205F (or 0x22205F) is known color: Paua. HEX triplet: 22, 20 and 5F. RGB value is (34,32,95). Sum of RGB (Red+Green+Blue) = 34+32+95=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #22205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22205F is #DDDFA0. Grayscale: #272727. Windows color (decimal): -14540705 or 6234146. OLE color: 6234146.
HSL color Cylindrical-coordinate representation of color #22205F: hue angle of 241.9º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #22205F is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 32 | 95 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.63 |
| HSL | 241.9º | 0.5% | 0.25% | - |
| HSV(B) | 241.9º | 0.66% | 0.37% | - |
| XYZ | 3.24 | 2.2 | 11.08 | - |
| YUV | 39.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 95 | 0.64 | 0.66 | 0 | 0.63 | 241.9 | 0.5 | 0.25 |
| Hex | 22 | 20 | 5F | 40 | 42 | 0 | 3F | F2 | 32 | 19 |
| Octal | 42 | 40 | 137 | 100 | 102 | 0 | 77 | 362 | 62 | 31 |
| Binary | 100010 | 100000 | 1011111 | 1000000 | 1000010 | 0 | 111111 | 11110010 | 110010 | 11001 |
Color Harmonies of #22205F
Complementary color
Monochromatic Colors of #22205F
Black with #22205F
Text Example
Text Example
White with #22205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22205F; }
p { color: rgb(34,32,95); }
H1.HeaderClassName
{
color: #22205F;
}
.AnyTagClassName
{
color: #22205F;
}
</style>
background-color css
<style>
a { background-color: #22205F; }
a { background-color: rgb(34,32,95); }
div.DivClassName
{
background-color: #22205F;
}
.BgClassName
{
background-color: #22205F;
}
</style>
border-color css
<style>
span { border-color: #22205F; }
span { border-color: rgb(34,32,95); }
td.TdClassName
{
border-color: #22205F;
}
.TagClassName
{
border-color: #22205F;
}
</style>