Shades of Paua #221257
Tints of Paua #221257
RGB
CMYK
RGB Variations
Color information
#221257 (or 0x221257) is known color: Paua. HEX triplet: 22, 12 and 57. RGB value is (34,18,87). Sum of RGB (Red+Green+Blue) = 34+18+87=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #221257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221257 is #DDEDA8. Grayscale: #1E1E1E. Windows color (decimal): -14544297 or 5706274. OLE color: 5706274.
HSL color Cylindrical-coordinate representation of color #221257: hue angle of 253.91º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #221257 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 34 | 18 | 87 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.66 |
| HSL | 253.91º | 0.66% | 0.21% | - |
| HSV(B) | 253.91º | 0.79% | 0.34% | - |
| XYZ | 2.6 | 1.46 | 9.16 | - |
| YUV | 30.65 | 159.8 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 18 | 87 | 0.61 | 0.79 | 0 | 0.66 | 253.91 | 0.66 | 0.21 |
| Hex | 22 | 12 | 57 | 3D | 4F | 0 | 42 | FE | 42 | 15 |
| Octal | 42 | 22 | 127 | 75 | 117 | 0 | 102 | 376 | 102 | 25 |
| Binary | 100010 | 10010 | 1010111 | 111101 | 1001111 | 0 | 1000010 | 11111110 | 1000010 | 10101 |
Color Harmonies of #221257
Complementary color
Monochromatic Colors of #221257
Black with #221257
Text Example
Text Example
White with #221257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221257; }
p { color: rgb(34,18,87); }
H1.HeaderClassName
{
color: #221257;
}
.AnyTagClassName
{
color: #221257;
}
</style>
background-color css
<style>
a { background-color: #221257; }
a { background-color: rgb(34,18,87); }
div.DivClassName
{
background-color: #221257;
}
.BgClassName
{
background-color: #221257;
}
</style>
border-color css
<style>
span { border-color: #221257; }
span { border-color: rgb(34,18,87); }
td.TdClassName
{
border-color: #221257;
}
.TagClassName
{
border-color: #221257;
}
</style>