Shades of Paua #21225D
Tints of Paua #21225D
RGB
CMYK
RGB Variations
Color information
#21225D (or 0x21225D) is known color: Paua. HEX triplet: 21, 22 and 5D. RGB value is (33,34,93). Sum of RGB (Red+Green+Blue) = 33+34+93=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #21225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21225D is #DEDDA2. Grayscale: #282828. Windows color (decimal): -14605731 or 6103585. OLE color: 6103585.
HSL color Cylindrical-coordinate representation of color #21225D: hue angle of 239º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21225D is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 34 | 93 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.64 |
| HSL | 239º | 0.48% | 0.25% | - |
| HSV(B) | 239º | 0.65% | 0.36% | - |
| XYZ | 3.18 | 2.26 | 10.62 | - |
| YUV | 40.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 93 | 0.65 | 0.63 | 0 | 0.64 | 239 | 0.48 | 0.25 |
| Hex | 21 | 22 | 5D | 41 | 3F | 0 | 40 | EF | 30 | 19 |
| Octal | 41 | 42 | 135 | 101 | 77 | 0 | 100 | 357 | 60 | 31 |
| Binary | 100001 | 100010 | 1011101 | 1000001 | 111111 | 0 | 1000000 | 11101111 | 110000 | 11001 |
Color Harmonies of #21225D
Complementary color
Monochromatic Colors of #21225D
Black with #21225D
Text Example
Text Example
White with #21225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21225D; }
p { color: rgb(33,34,93); }
H1.HeaderClassName
{
color: #21225D;
}
.AnyTagClassName
{
color: #21225D;
}
</style>
background-color css
<style>
a { background-color: #21225D; }
a { background-color: rgb(33,34,93); }
div.DivClassName
{
background-color: #21225D;
}
.BgClassName
{
background-color: #21225D;
}
</style>
border-color css
<style>
span { border-color: #21225D; }
span { border-color: rgb(33,34,93); }
td.TdClassName
{
border-color: #21225D;
}
.TagClassName
{
border-color: #21225D;
}
</style>