Shades of Paua #221960
Tints of Paua #221960
RGB
CMYK
RGB Variations
Color information
#221960 (or 0x221960) is known color: Paua. HEX triplet: 22, 19 and 60. RGB value is (34,25,96). Sum of RGB (Red+Green+Blue) = 34+25+96=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #221960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221960 is #DDE69F. Grayscale: #232323. Windows color (decimal): -14542496 or 6297890. OLE color: 6297890.
HSL color Cylindrical-coordinate representation of color #221960: hue angle of 247.61º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #221960 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 25 | 96 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.62 |
| HSL | 247.61º | 0.59% | 0.24% | - |
| HSV(B) | 247.61º | 0.74% | 0.38% | - |
| XYZ | 3.12 | 1.88 | 11.26 | - |
| YUV | 35.79 | 161.98 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 25 | 96 | 0.65 | 0.74 | 0 | 0.62 | 247.61 | 0.59 | 0.24 |
| Hex | 22 | 19 | 60 | 41 | 4A | 0 | 3E | F8 | 3B | 18 |
| Octal | 42 | 31 | 140 | 101 | 112 | 0 | 76 | 370 | 73 | 30 |
| Binary | 100010 | 11001 | 1100000 | 1000001 | 1001010 | 0 | 111110 | 11111000 | 111011 | 11000 |
Color Harmonies of #221960
Complementary color
Monochromatic Colors of #221960
Black with #221960
Text Example
Text Example
White with #221960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221960; }
p { color: rgb(34,25,96); }
H1.HeaderClassName
{
color: #221960;
}
.AnyTagClassName
{
color: #221960;
}
</style>
background-color css
<style>
a { background-color: #221960; }
a { background-color: rgb(34,25,96); }
div.DivClassName
{
background-color: #221960;
}
.BgClassName
{
background-color: #221960;
}
</style>
border-color css
<style>
span { border-color: #221960; }
span { border-color: rgb(34,25,96); }
td.TdClassName
{
border-color: #221960;
}
.TagClassName
{
border-color: #221960;
}
</style>