Shades of Paua #221B51
Tints of Paua #221B51
RGB
CMYK
RGB Variations
Color information
#221B51 (or 0x221B51) is known color: Paua. HEX triplet: 22, 1B and 51. RGB value is (34,27,81). Sum of RGB (Red+Green+Blue) = 34+27+81=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #221B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221B51 is #DDE4AE. Grayscale: #232323. Windows color (decimal): -14541999 or 5315362. OLE color: 5315362.
HSL color Cylindrical-coordinate representation of color #221B51: hue angle of 247.78º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #221B51 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 27 | 81 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.68 |
| HSL | 247.78º | 0.5% | 0.21% | - |
| HSV(B) | 247.78º | 0.67% | 0.32% | - |
| XYZ | 2.54 | 1.72 | 7.98 | - |
| YUV | 35.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 81 | 0.58 | 0.67 | 0 | 0.68 | 247.78 | 0.5 | 0.21 |
| Hex | 22 | 1B | 51 | 3A | 43 | 0 | 44 | F8 | 32 | 15 |
| Octal | 42 | 33 | 121 | 72 | 103 | 0 | 104 | 370 | 62 | 25 |
| Binary | 100010 | 11011 | 1010001 | 111010 | 1000011 | 0 | 1000100 | 11111000 | 110010 | 10101 |
Color Harmonies of #221B51
Complementary color
Monochromatic Colors of #221B51
Black with #221B51
Text Example
Text Example
White with #221B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B51; }
p { color: rgb(34,27,81); }
H1.HeaderClassName
{
color: #221B51;
}
.AnyTagClassName
{
color: #221B51;
}
</style>
background-color css
<style>
a { background-color: #221B51; }
a { background-color: rgb(34,27,81); }
div.DivClassName
{
background-color: #221B51;
}
.BgClassName
{
background-color: #221B51;
}
</style>
border-color css
<style>
span { border-color: #221B51; }
span { border-color: rgb(34,27,81); }
td.TdClassName
{
border-color: #221B51;
}
.TagClassName
{
border-color: #221B51;
}
</style>