Shades of Paua #22145D
Tints of Paua #22145D
RGB
CMYK
RGB Variations
Color information
#22145D (or 0x22145D) is known color: Paua. HEX triplet: 22, 14 and 5D. RGB value is (34,20,93). Sum of RGB (Red+Green+Blue) = 34+20+93=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #22145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22145D is #DDEBA2. Grayscale: #202020. Windows color (decimal): -14543779 or 6100002. OLE color: 6100002.
HSL color Cylindrical-coordinate representation of color #22145D: hue angle of 251.51º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22145D is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 20 | 93 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.64 |
| HSL | 251.51º | 0.65% | 0.22% | - |
| HSV(B) | 251.51º | 0.78% | 0.36% | - |
| XYZ | 2.89 | 1.63 | 10.52 | - |
| YUV | 32.51 | 162.14 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 93 | 0.63 | 0.78 | 0 | 0.64 | 251.51 | 0.65 | 0.22 |
| Hex | 22 | 14 | 5D | 3F | 4E | 0 | 40 | FC | 41 | 16 |
| Octal | 42 | 24 | 135 | 77 | 116 | 0 | 100 | 374 | 101 | 26 |
| Binary | 100010 | 10100 | 1011101 | 111111 | 1001110 | 0 | 1000000 | 11111100 | 1000001 | 10110 |
Color Harmonies of #22145D
Complementary color
Monochromatic Colors of #22145D
Black with #22145D
Text Example
Text Example
White with #22145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22145D; }
p { color: rgb(34,20,93); }
H1.HeaderClassName
{
color: #22145D;
}
.AnyTagClassName
{
color: #22145D;
}
</style>
background-color css
<style>
a { background-color: #22145D; }
a { background-color: rgb(34,20,93); }
div.DivClassName
{
background-color: #22145D;
}
.BgClassName
{
background-color: #22145D;
}
</style>
border-color css
<style>
span { border-color: #22145D; }
span { border-color: rgb(34,20,93); }
td.TdClassName
{
border-color: #22145D;
}
.TagClassName
{
border-color: #22145D;
}
</style>