Shades of Paua #21225A
Tints of Paua #21225A
RGB
CMYK
RGB Variations
Color information
#21225A (or 0x21225A) is known color: Paua. HEX triplet: 21, 22 and 5A. RGB value is (33,34,90). Sum of RGB (Red+Green+Blue) = 33+34+90=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #21225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21225A is #DEDDA5. Grayscale: #272727. Windows color (decimal): -14605734 or 5906977. OLE color: 5906977.
HSL color Cylindrical-coordinate representation of color #21225A: hue angle of 238.95º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21225A is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 34 | 90 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.65 |
| HSL | 238.95º | 0.46% | 0.24% | - |
| HSV(B) | 238.95º | 0.63% | 0.35% | - |
| XYZ | 3.04 | 2.21 | 9.94 | - |
| YUV | 40.09 | 156.17 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 90 | 0.63 | 0.62 | 0 | 0.65 | 238.95 | 0.46 | 0.24 |
| Hex | 21 | 22 | 5A | 3F | 3E | 0 | 41 | EF | 2E | 18 |
| Octal | 41 | 42 | 132 | 77 | 76 | 0 | 101 | 357 | 56 | 30 |
| Binary | 100001 | 100010 | 1011010 | 111111 | 111110 | 0 | 1000001 | 11101111 | 101110 | 11000 |
Color Harmonies of #21225A
Complementary color
Monochromatic Colors of #21225A
Black with #21225A
Text Example
Text Example
White with #21225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21225A; }
p { color: rgb(33,34,90); }
H1.HeaderClassName
{
color: #21225A;
}
.AnyTagClassName
{
color: #21225A;
}
</style>
background-color css
<style>
a { background-color: #21225A; }
a { background-color: rgb(33,34,90); }
div.DivClassName
{
background-color: #21225A;
}
.BgClassName
{
background-color: #21225A;
}
</style>
border-color css
<style>
span { border-color: #21225A; }
span { border-color: rgb(33,34,90); }
td.TdClassName
{
border-color: #21225A;
}
.TagClassName
{
border-color: #21225A;
}
</style>