Shades of Paua #22224D
Tints of Paua #22224D
RGB
CMYK
RGB Variations
Color information
#22224D (or 0x22224D) is known color: Paua. HEX triplet: 22, 22 and 4D. RGB value is (34,34,77). Sum of RGB (Red+Green+Blue) = 34+34+77=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #22224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22224D is #DDDDB2. Grayscale: #262626. Windows color (decimal): -14540211 or 5055010. OLE color: 5055010.
HSL color Cylindrical-coordinate representation of color #22224D: hue angle of 240º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #22224D is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 34 | 77 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.70 |
| HSL | 240º | 0.39% | 0.22% | - |
| HSV(B) | 240º | 0.56% | 0.3% | - |
| XYZ | 2.57 | 2.02 | 7.28 | - |
| YUV | 38.9 | 149.5 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 34 | 77 | 0.56 | 0.56 | 0 | 0.70 | 240 | 0.39 | 0.22 |
| Hex | 22 | 22 | 4D | 38 | 38 | 0 | 46 | F0 | 27 | 16 |
| Octal | 42 | 42 | 115 | 70 | 70 | 0 | 106 | 360 | 47 | 26 |
| Binary | 100010 | 100010 | 1001101 | 111000 | 111000 | 0 | 1000110 | 11110000 | 100111 | 10110 |
Color Harmonies of #22224D
Complementary color
Monochromatic Colors of #22224D
Black with #22224D
Text Example
Text Example
White with #22224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22224D; }
p { color: rgb(34,34,77); }
H1.HeaderClassName
{
color: #22224D;
}
.AnyTagClassName
{
color: #22224D;
}
</style>
background-color css
<style>
a { background-color: #22224D; }
a { background-color: rgb(34,34,77); }
div.DivClassName
{
background-color: #22224D;
}
.BgClassName
{
background-color: #22224D;
}
</style>
border-color css
<style>
span { border-color: #22224D; }
span { border-color: rgb(34,34,77); }
td.TdClassName
{
border-color: #22224D;
}
.TagClassName
{
border-color: #22224D;
}
</style>