Shades of Paua #221A57
Tints of Paua #221A57
RGB
CMYK
RGB Variations
Color information
#221A57 (or 0x221A57) is known color: Paua. HEX triplet: 22, 1A and 57. RGB value is (34,26,87). Sum of RGB (Red+Green+Blue) = 34+26+87=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 87 (34.38% from 255 or 59.18% from 147); Max value from RGB is 87 - color contains mainly: blue. Hex color #221A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221A57 is #DDE5A8. Grayscale: #232323. Windows color (decimal): -14542249 or 5708322. OLE color: 5708322.
HSL color Cylindrical-coordinate representation of color #221A57: hue angle of 247.87º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #221A57 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 34 | 26 | 87 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.66 |
| HSL | 247.87º | 0.54% | 0.22% | - |
| HSV(B) | 247.87º | 0.7% | 0.34% | - |
| XYZ | 2.75 | 1.77 | 9.21 | - |
| YUV | 35.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 26 | 87 | 0.61 | 0.70 | 0 | 0.66 | 247.87 | 0.54 | 0.22 |
| Hex | 22 | 1A | 57 | 3D | 46 | 0 | 42 | F8 | 36 | 16 |
| Octal | 42 | 32 | 127 | 75 | 106 | 0 | 102 | 370 | 66 | 26 |
| Binary | 100010 | 11010 | 1010111 | 111101 | 1000110 | 0 | 1000010 | 11111000 | 110110 | 10110 |
Color Harmonies of #221A57
Complementary color
Monochromatic Colors of #221A57
Black with #221A57
Text Example
Text Example
White with #221A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221A57; }
p { color: rgb(34,26,87); }
H1.HeaderClassName
{
color: #221A57;
}
.AnyTagClassName
{
color: #221A57;
}
</style>
background-color css
<style>
a { background-color: #221A57; }
a { background-color: rgb(34,26,87); }
div.DivClassName
{
background-color: #221A57;
}
.BgClassName
{
background-color: #221A57;
}
</style>
border-color css
<style>
span { border-color: #221A57; }
span { border-color: rgb(34,26,87); }
td.TdClassName
{
border-color: #221A57;
}
.TagClassName
{
border-color: #221A57;
}
</style>