Shades of Paua #221A51
Tints of Paua #221A51
RGB
CMYK
RGB Variations
Color information
#221A51 (or 0x221A51) is known color: Paua. HEX triplet: 22, 1A and 51. RGB value is (34,26,81). Sum of RGB (Red+Green+Blue) = 34+26+81=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #221A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221A51 is #DDE5AE. Grayscale: #222222. Windows color (decimal): -14542255 or 5315106. OLE color: 5315106.
HSL color Cylindrical-coordinate representation of color #221A51: hue angle of 248.73º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #221A51 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 26 | 81 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.68 |
| HSL | 248.73º | 0.51% | 0.21% | - |
| HSV(B) | 248.73º | 0.68% | 0.32% | - |
| XYZ | 2.51 | 1.67 | 7.97 | - |
| YUV | 34.66 | 154.15 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 26 | 81 | 0.58 | 0.68 | 0 | 0.68 | 248.73 | 0.51 | 0.21 |
| Hex | 22 | 1A | 51 | 3A | 44 | 0 | 44 | F9 | 33 | 15 |
| Octal | 42 | 32 | 121 | 72 | 104 | 0 | 104 | 371 | 63 | 25 |
| Binary | 100010 | 11010 | 1010001 | 111010 | 1000100 | 0 | 1000100 | 11111001 | 110011 | 10101 |
Color Harmonies of #221A51
Complementary color
Monochromatic Colors of #221A51
Black with #221A51
Text Example
Text Example
White with #221A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221A51; }
p { color: rgb(34,26,81); }
H1.HeaderClassName
{
color: #221A51;
}
.AnyTagClassName
{
color: #221A51;
}
</style>
background-color css
<style>
a { background-color: #221A51; }
a { background-color: rgb(34,26,81); }
div.DivClassName
{
background-color: #221A51;
}
.BgClassName
{
background-color: #221A51;
}
</style>
border-color css
<style>
span { border-color: #221A51; }
span { border-color: rgb(34,26,81); }
td.TdClassName
{
border-color: #221A51;
}
.TagClassName
{
border-color: #221A51;
}
</style>