Shades of Paua #221E44
Tints of Paua #221E44
RGB
CMYK
RGB Variations
Color information
#221E44 (or 0x221E44) is known color: Paua. HEX triplet: 22, 1E and 44. RGB value is (34,30,68). Sum of RGB (Red+Green+Blue) = 34+30+68=132 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.76% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #221E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221E44 is #DDE1BB. Grayscale: #232323. Windows color (decimal): -14541244 or 4464162. OLE color: 4464162.
HSL color Cylindrical-coordinate representation of color #221E44: hue angle of 246.32º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #221E44 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 30 | 68 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.73 |
| HSL | 246.32º | 0.39% | 0.19% | - |
| HSV(B) | 246.32º | 0.56% | 0.27% | - |
| XYZ | 2.17 | 1.69 | 5.68 | - |
| YUV | 35.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 30 | 68 | 0.50 | 0.56 | 0 | 0.73 | 246.32 | 0.39 | 0.19 |
| Hex | 22 | 1E | 44 | 32 | 38 | 0 | 49 | F6 | 27 | 13 |
| Octal | 42 | 36 | 104 | 62 | 70 | 0 | 111 | 366 | 47 | 23 |
| Binary | 100010 | 11110 | 1000100 | 110010 | 111000 | 0 | 1001001 | 11110110 | 100111 | 10011 |
Color Harmonies of #221E44
Complementary color
Monochromatic Colors of #221E44
Black with #221E44
Text Example
Text Example
White with #221E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221E44; }
p { color: rgb(34,30,68); }
H1.HeaderClassName
{
color: #221E44;
}
.AnyTagClassName
{
color: #221E44;
}
</style>
background-color css
<style>
a { background-color: #221E44; }
a { background-color: rgb(34,30,68); }
div.DivClassName
{
background-color: #221E44;
}
.BgClassName
{
background-color: #221E44;
}
</style>
border-color css
<style>
span { border-color: #221E44; }
span { border-color: rgb(34,30,68); }
td.TdClassName
{
border-color: #221E44;
}
.TagClassName
{
border-color: #221E44;
}
</style>