Shades of Paua #222359
Tints of Paua #222359
RGB
CMYK
RGB Variations
Color information
#222359 (or 0x222359) is known color: Paua. HEX triplet: 22, 23 and 59. RGB value is (34,35,89). Sum of RGB (Red+Green+Blue) = 34+35+89=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #222359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222359 is #DDDCA6. Grayscale: #282828. Windows color (decimal): -14539943 or 5841698. OLE color: 5841698.
HSL color Cylindrical-coordinate representation of color #222359: hue angle of 238.91º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #222359 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 35 | 89 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.65 |
| HSL | 238.91º | 0.45% | 0.24% | - |
| HSV(B) | 238.91º | 0.62% | 0.35% | - |
| XYZ | 3.06 | 2.26 | 9.73 | - |
| YUV | 40.86 | 155.17 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 35 | 89 | 0.62 | 0.61 | 0 | 0.65 | 238.91 | 0.45 | 0.24 |
| Hex | 22 | 23 | 59 | 3E | 3D | 0 | 41 | EF | 2D | 18 |
| Octal | 42 | 43 | 131 | 76 | 75 | 0 | 101 | 357 | 55 | 30 |
| Binary | 100010 | 100011 | 1011001 | 111110 | 111101 | 0 | 1000001 | 11101111 | 101101 | 11000 |
Color Harmonies of #222359
Complementary color
Monochromatic Colors of #222359
Black with #222359
Text Example
Text Example
White with #222359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222359; }
p { color: rgb(34,35,89); }
H1.HeaderClassName
{
color: #222359;
}
.AnyTagClassName
{
color: #222359;
}
</style>
background-color css
<style>
a { background-color: #222359; }
a { background-color: rgb(34,35,89); }
div.DivClassName
{
background-color: #222359;
}
.BgClassName
{
background-color: #222359;
}
</style>
border-color css
<style>
span { border-color: #222359; }
span { border-color: rgb(34,35,89); }
td.TdClassName
{
border-color: #222359;
}
.TagClassName
{
border-color: #222359;
}
</style>