Shades of Paua #21225C
Tints of Paua #21225C
RGB
CMYK
RGB Variations
Color information
#21225C (or 0x21225C) is known color: Paua. HEX triplet: 21, 22 and 5C. RGB value is (33,34,92). Sum of RGB (Red+Green+Blue) = 33+34+92=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #21225C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21225C is #DEDDA3. Grayscale: #282828. Windows color (decimal): -14605732 or 6038049. OLE color: 6038049.
HSL color Cylindrical-coordinate representation of color #21225C: hue angle of 238.98º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21225C is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 34 | 92 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.64 |
| HSL | 238.98º | 0.47% | 0.25% | - |
| HSV(B) | 238.98º | 0.64% | 0.36% | - |
| XYZ | 3.13 | 2.24 | 10.39 | - |
| YUV | 40.31 | 157.17 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 92 | 0.64 | 0.63 | 0 | 0.64 | 238.98 | 0.47 | 0.25 |
| Hex | 21 | 22 | 5C | 40 | 3F | 0 | 40 | EF | 2F | 19 |
| Octal | 41 | 42 | 134 | 100 | 77 | 0 | 100 | 357 | 57 | 31 |
| Binary | 100001 | 100010 | 1011100 | 1000000 | 111111 | 0 | 1000000 | 11101111 | 101111 | 11001 |
Color Harmonies of #21225C
Complementary color
Monochromatic Colors of #21225C
Black with #21225C
Text Example
Text Example
White with #21225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21225C; }
p { color: rgb(33,34,92); }
H1.HeaderClassName
{
color: #21225C;
}
.AnyTagClassName
{
color: #21225C;
}
</style>
background-color css
<style>
a { background-color: #21225C; }
a { background-color: rgb(33,34,92); }
div.DivClassName
{
background-color: #21225C;
}
.BgClassName
{
background-color: #21225C;
}
</style>
border-color css
<style>
span { border-color: #21225C; }
span { border-color: rgb(33,34,92); }
td.TdClassName
{
border-color: #21225C;
}
.TagClassName
{
border-color: #21225C;
}
</style>