Shades of Paua #22145A
Tints of Paua #22145A
RGB
CMYK
RGB Variations
Color information
#22145A (or 0x22145A) is known color: Paua. HEX triplet: 22, 14 and 5A. RGB value is (34,20,90). Sum of RGB (Red+Green+Blue) = 34+20+90=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #22145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22145A is #DDEBA5. Grayscale: #1F1F1F. Windows color (decimal): -14543782 or 5903394. OLE color: 5903394.
HSL color Cylindrical-coordinate representation of color #22145A: hue angle of 252º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22145A is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 20 | 90 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.65 |
| HSL | 252º | 0.64% | 0.22% | - |
| HSV(B) | 252º | 0.78% | 0.35% | - |
| XYZ | 2.76 | 1.58 | 9.83 | - |
| YUV | 32.17 | 160.64 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 90 | 0.62 | 0.78 | 0 | 0.65 | 252 | 0.64 | 0.22 |
| Hex | 22 | 14 | 5A | 3E | 4E | 0 | 41 | FC | 40 | 16 |
| Octal | 42 | 24 | 132 | 76 | 116 | 0 | 101 | 374 | 100 | 26 |
| Binary | 100010 | 10100 | 1011010 | 111110 | 1001110 | 0 | 1000001 | 11111100 | 1000000 | 10110 |
Color Harmonies of #22145A
Complementary color
Monochromatic Colors of #22145A
Black with #22145A
Text Example
Text Example
White with #22145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22145A; }
p { color: rgb(34,20,90); }
H1.HeaderClassName
{
color: #22145A;
}
.AnyTagClassName
{
color: #22145A;
}
</style>
background-color css
<style>
a { background-color: #22145A; }
a { background-color: rgb(34,20,90); }
div.DivClassName
{
background-color: #22145A;
}
.BgClassName
{
background-color: #22145A;
}
</style>
border-color css
<style>
span { border-color: #22145A; }
span { border-color: rgb(34,20,90); }
td.TdClassName
{
border-color: #22145A;
}
.TagClassName
{
border-color: #22145A;
}
</style>