Shades of Paua #22155C
Tints of Paua #22155C
RGB
CMYK
RGB Variations
Color information
#22155C (or 0x22155C) is known color: Paua. HEX triplet: 22, 15 and 5C. RGB value is (34,21,92). Sum of RGB (Red+Green+Blue) = 34+21+92=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #22155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22155C is #DDEAA3. Grayscale: #202020. Windows color (decimal): -14543524 or 6034722. OLE color: 6034722.
HSL color Cylindrical-coordinate representation of color #22155C: hue angle of 250.99º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #22155C is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 21 | 92 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.64 |
| HSL | 250.99º | 0.63% | 0.22% | - |
| HSV(B) | 250.99º | 0.77% | 0.36% | - |
| XYZ | 2.86 | 1.65 | 10.29 | - |
| YUV | 32.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 21 | 92 | 0.63 | 0.77 | 0 | 0.64 | 250.99 | 0.63 | 0.22 |
| Hex | 22 | 15 | 5C | 3F | 4D | 0 | 40 | FB | 3F | 16 |
| Octal | 42 | 25 | 134 | 77 | 115 | 0 | 100 | 373 | 77 | 26 |
| Binary | 100010 | 10101 | 1011100 | 111111 | 1001101 | 0 | 1000000 | 11111011 | 111111 | 10110 |
Color Harmonies of #22155C
Complementary color
Monochromatic Colors of #22155C
Black with #22155C
Text Example
Text Example
White with #22155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22155C; }
p { color: rgb(34,21,92); }
H1.HeaderClassName
{
color: #22155C;
}
.AnyTagClassName
{
color: #22155C;
}
</style>
background-color css
<style>
a { background-color: #22155C; }
a { background-color: rgb(34,21,92); }
div.DivClassName
{
background-color: #22155C;
}
.BgClassName
{
background-color: #22155C;
}
</style>
border-color css
<style>
span { border-color: #22155C; }
span { border-color: rgb(34,21,92); }
td.TdClassName
{
border-color: #22155C;
}
.TagClassName
{
border-color: #22155C;
}
</style>