Shades of Paua #22235A
Tints of Paua #22235A
RGB
CMYK
RGB Variations
Color information
#22235A (or 0x22235A) is known color: Paua. HEX triplet: 22, 23 and 5A. RGB value is (34,35,90). Sum of RGB (Red+Green+Blue) = 34+35+90=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #22235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22235A is #DDDCA5. Grayscale: #282828. Windows color (decimal): -14539942 or 5907234. OLE color: 5907234.
HSL color Cylindrical-coordinate representation of color #22235A: hue angle of 238.93º 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 #22235A is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 35 | 90 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.65 |
| HSL | 238.93º | 0.45% | 0.24% | - |
| HSV(B) | 238.93º | 0.62% | 0.35% | - |
| XYZ | 3.11 | 2.28 | 9.95 | - |
| YUV | 40.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 35 | 90 | 0.62 | 0.61 | 0 | 0.65 | 238.93 | 0.45 | 0.24 |
| Hex | 22 | 23 | 5A | 3E | 3D | 0 | 41 | EF | 2D | 18 |
| Octal | 42 | 43 | 132 | 76 | 75 | 0 | 101 | 357 | 55 | 30 |
| Binary | 100010 | 100011 | 1011010 | 111110 | 111101 | 0 | 1000001 | 11101111 | 101101 | 11000 |
Color Harmonies of #22235A
Complementary color
Monochromatic Colors of #22235A
Black with #22235A
Text Example
Text Example
White with #22235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22235A; }
p { color: rgb(34,35,90); }
H1.HeaderClassName
{
color: #22235A;
}
.AnyTagClassName
{
color: #22235A;
}
</style>
background-color css
<style>
a { background-color: #22235A; }
a { background-color: rgb(34,35,90); }
div.DivClassName
{
background-color: #22235A;
}
.BgClassName
{
background-color: #22235A;
}
</style>
border-color css
<style>
span { border-color: #22235A; }
span { border-color: rgb(34,35,90); }
td.TdClassName
{
border-color: #22235A;
}
.TagClassName
{
border-color: #22235A;
}
</style>