Shades of Paua #221B52
Tints of Paua #221B52
RGB
CMYK
RGB Variations
Color information
#221B52 (or 0x221B52) is known color: Paua. HEX triplet: 22, 1B and 52. RGB value is (34,27,82). Sum of RGB (Red+Green+Blue) = 34+27+82=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 82 (32.42% from 255 or 57.34% from 143); Max value from RGB is 82 - color contains mainly: blue. Hex color #221B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221B52 is #DDE4AD. Grayscale: #232323. Windows color (decimal): -14541998 or 5380898. OLE color: 5380898.
HSL color Cylindrical-coordinate representation of color #221B52: hue angle of 247.64º 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 #221B52 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 27 | 82 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.68 |
| HSL | 247.64º | 0.5% | 0.21% | - |
| HSV(B) | 247.64º | 0.67% | 0.32% | - |
| XYZ | 2.57 | 1.73 | 8.18 | - |
| YUV | 35.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 82 | 0.59 | 0.67 | 0 | 0.68 | 247.64 | 0.5 | 0.21 |
| Hex | 22 | 1B | 52 | 3B | 43 | 0 | 44 | F8 | 32 | 15 |
| Octal | 42 | 33 | 122 | 73 | 103 | 0 | 104 | 370 | 62 | 25 |
| Binary | 100010 | 11011 | 1010010 | 111011 | 1000011 | 0 | 1000100 | 11111000 | 110010 | 10101 |
Color Harmonies of #221B52
Complementary color
Monochromatic Colors of #221B52
Black with #221B52
Text Example
Text Example
White with #221B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B52; }
p { color: rgb(34,27,82); }
H1.HeaderClassName
{
color: #221B52;
}
.AnyTagClassName
{
color: #221B52;
}
</style>
background-color css
<style>
a { background-color: #221B52; }
a { background-color: rgb(34,27,82); }
div.DivClassName
{
background-color: #221B52;
}
.BgClassName
{
background-color: #221B52;
}
</style>
border-color css
<style>
span { border-color: #221B52; }
span { border-color: rgb(34,27,82); }
td.TdClassName
{
border-color: #221B52;
}
.TagClassName
{
border-color: #221B52;
}
</style>