Shades of Paua #21225E
Tints of Paua #21225E
RGB
CMYK
RGB Variations
Color information
#21225E (or 0x21225E) is known color: Paua. HEX triplet: 21, 22 and 5E. RGB value is (33,34,94). Sum of RGB (Red+Green+Blue) = 33+34+94=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #21225E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21225E is #DEDDA1. Grayscale: #282828. Windows color (decimal): -14605730 or 6169121. OLE color: 6169121.
HSL color Cylindrical-coordinate representation of color #21225E: hue angle of 239.02º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21225E is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 34 | 94 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.63 |
| HSL | 239.02º | 0.48% | 0.25% | - |
| HSV(B) | 239.02º | 0.65% | 0.37% | - |
| XYZ | 3.22 | 2.28 | 10.86 | - |
| YUV | 40.54 | 158.17 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 94 | 0.65 | 0.64 | 0 | 0.63 | 239.02 | 0.48 | 0.25 |
| Hex | 21 | 22 | 5E | 41 | 40 | 0 | 3F | EF | 30 | 19 |
| Octal | 41 | 42 | 136 | 101 | 100 | 0 | 77 | 357 | 60 | 31 |
| Binary | 100001 | 100010 | 1011110 | 1000001 | 1000000 | 0 | 111111 | 11101111 | 110000 | 11001 |
Color Harmonies of #21225E
Complementary color
Monochromatic Colors of #21225E
Black with #21225E
Text Example
Text Example
White with #21225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21225E; }
p { color: rgb(33,34,94); }
H1.HeaderClassName
{
color: #21225E;
}
.AnyTagClassName
{
color: #21225E;
}
</style>
background-color css
<style>
a { background-color: #21225E; }
a { background-color: rgb(33,34,94); }
div.DivClassName
{
background-color: #21225E;
}
.BgClassName
{
background-color: #21225E;
}
</style>
border-color css
<style>
span { border-color: #21225E; }
span { border-color: rgb(33,34,94); }
td.TdClassName
{
border-color: #21225E;
}
.TagClassName
{
border-color: #21225E;
}
</style>