Shades of Paua #221E48
Tints of Paua #221E48
RGB
CMYK
RGB Variations
Color information
#221E48 (or 0x221E48) is known color: Paua. HEX triplet: 22, 1E and 48. RGB value is (34,30,72). Sum of RGB (Red+Green+Blue) = 34+30+72=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #221E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221E48 is #DDE1B7. Grayscale: #232323. Windows color (decimal): -14541240 or 4726306. OLE color: 4726306.
HSL color Cylindrical-coordinate representation of color #221E48: hue angle of 245.71º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #221E48 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 34 | 30 | 72 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.72 |
| HSL | 245.71º | 0.41% | 0.2% | - |
| HSV(B) | 245.71º | 0.58% | 0.28% | - |
| XYZ | 2.29 | 1.74 | 6.35 | - |
| YUV | 35.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 30 | 72 | 0.53 | 0.58 | 0 | 0.72 | 245.71 | 0.41 | 0.2 |
| Hex | 22 | 1E | 48 | 35 | 3A | 0 | 48 | F6 | 29 | 14 |
| Octal | 42 | 36 | 110 | 65 | 72 | 0 | 110 | 366 | 51 | 24 |
| Binary | 100010 | 11110 | 1001000 | 110101 | 111010 | 0 | 1001000 | 11110110 | 101001 | 10100 |
Color Harmonies of #221E48
Complementary color
Monochromatic Colors of #221E48
Black with #221E48
Text Example
Text Example
White with #221E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221E48; }
p { color: rgb(34,30,72); }
H1.HeaderClassName
{
color: #221E48;
}
.AnyTagClassName
{
color: #221E48;
}
</style>
background-color css
<style>
a { background-color: #221E48; }
a { background-color: rgb(34,30,72); }
div.DivClassName
{
background-color: #221E48;
}
.BgClassName
{
background-color: #221E48;
}
</style>
border-color css
<style>
span { border-color: #221E48; }
span { border-color: rgb(34,30,72); }
td.TdClassName
{
border-color: #221E48;
}
.TagClassName
{
border-color: #221E48;
}
</style>