Shades of Paua #221B48
Tints of Paua #221B48
RGB
CMYK
RGB Variations
Color information
#221B48 (or 0x221B48) is known color: Paua. HEX triplet: 22, 1B and 48. RGB value is (34,27,72). Sum of RGB (Red+Green+Blue) = 34+27+72=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #221B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B48 is #DDE4B7. Grayscale: #222222. Windows color (decimal): -14542008 or 4725538. OLE color: 4725538.
HSL color Cylindrical-coordinate representation of color #221B48: hue angle of 249.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #221B48 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 34 | 27 | 72 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.72 |
| HSL | 249.33º | 0.45% | 0.19% | - |
| HSV(B) | 249.33º | 0.63% | 0.28% | - |
| XYZ | 2.22 | 1.59 | 6.32 | - |
| YUV | 34.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 72 | 0.53 | 0.62 | 0 | 0.72 | 249.33 | 0.45 | 0.19 |
| Hex | 22 | 1B | 48 | 35 | 3E | 0 | 48 | F9 | 2D | 13 |
| Octal | 42 | 33 | 110 | 65 | 76 | 0 | 110 | 371 | 55 | 23 |
| Binary | 100010 | 11011 | 1001000 | 110101 | 111110 | 0 | 1001000 | 11111001 | 101101 | 10011 |
Color Harmonies of #221B48
Complementary color
Monochromatic Colors of #221B48
Black with #221B48
Text Example
Text Example
White with #221B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B48; }
p { color: rgb(34,27,72); }
H1.HeaderClassName
{
color: #221B48;
}
.AnyTagClassName
{
color: #221B48;
}
</style>
background-color css
<style>
a { background-color: #221B48; }
a { background-color: rgb(34,27,72); }
div.DivClassName
{
background-color: #221B48;
}
.BgClassName
{
background-color: #221B48;
}
</style>
border-color css
<style>
span { border-color: #221B48; }
span { border-color: rgb(34,27,72); }
td.TdClassName
{
border-color: #221B48;
}
.TagClassName
{
border-color: #221B48;
}
</style>