Shades of Paua #221C52
Tints of Paua #221C52
RGB
CMYK
RGB Variations
Color information
#221C52 (or 0x221C52) is known color: Paua. HEX triplet: 22, 1C and 52. RGB value is (34,28,82). Sum of RGB (Red+Green+Blue) = 34+28+82=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 82 (32.42% from 255 or 56.94% from 144); Max value from RGB is 82 - color contains mainly: blue. Hex color #221C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221C52 is #DDE3AD. Grayscale: #232323. Windows color (decimal): -14541742 or 5381154. OLE color: 5381154.
HSL color Cylindrical-coordinate representation of color #221C52: hue angle of 246.67º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #221C52 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 28 | 82 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.68 |
| HSL | 246.67º | 0.49% | 0.22% | - |
| HSV(B) | 246.67º | 0.66% | 0.32% | - |
| XYZ | 2.6 | 1.78 | 8.19 | - |
| YUV | 35.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 82 | 0.59 | 0.66 | 0 | 0.68 | 246.67 | 0.49 | 0.22 |
| Hex | 22 | 1C | 52 | 3B | 42 | 0 | 44 | F7 | 31 | 16 |
| Octal | 42 | 34 | 122 | 73 | 102 | 0 | 104 | 367 | 61 | 26 |
| Binary | 100010 | 11100 | 1010010 | 111011 | 1000010 | 0 | 1000100 | 11110111 | 110001 | 10110 |
Color Harmonies of #221C52
Complementary color
Monochromatic Colors of #221C52
Black with #221C52
Text Example
Text Example
White with #221C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221C52; }
p { color: rgb(34,28,82); }
H1.HeaderClassName
{
color: #221C52;
}
.AnyTagClassName
{
color: #221C52;
}
</style>
background-color css
<style>
a { background-color: #221C52; }
a { background-color: rgb(34,28,82); }
div.DivClassName
{
background-color: #221C52;
}
.BgClassName
{
background-color: #221C52;
}
</style>
border-color css
<style>
span { border-color: #221C52; }
span { border-color: rgb(34,28,82); }
td.TdClassName
{
border-color: #221C52;
}
.TagClassName
{
border-color: #221C52;
}
</style>