Shades of Paua #221B50
Tints of Paua #221B50
RGB
CMYK
RGB Variations
Color information
#221B50 (or 0x221B50) is known color: Paua. HEX triplet: 22, 1B and 50. RGB value is (34,27,80). Sum of RGB (Red+Green+Blue) = 34+27+80=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #221B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221B50 is #DDE4AF. Grayscale: #222222. Windows color (decimal): -14542000 or 5249826. OLE color: 5249826.
HSL color Cylindrical-coordinate representation of color #221B50: hue angle of 247.92º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #221B50 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 27 | 80 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.69 |
| HSL | 247.92º | 0.5% | 0.21% | - |
| HSV(B) | 247.92º | 0.66% | 0.31% | - |
| XYZ | 2.5 | 1.7 | 7.79 | - |
| YUV | 35.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 80 | 0.58 | 0.66 | 0 | 0.69 | 247.92 | 0.5 | 0.21 |
| Hex | 22 | 1B | 50 | 3A | 42 | 0 | 45 | F8 | 32 | 15 |
| Octal | 42 | 33 | 120 | 72 | 102 | 0 | 105 | 370 | 62 | 25 |
| Binary | 100010 | 11011 | 1010000 | 111010 | 1000010 | 0 | 1000101 | 11111000 | 110010 | 10101 |
Color Harmonies of #221B50
Complementary color
Monochromatic Colors of #221B50
Black with #221B50
Text Example
Text Example
White with #221B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B50; }
p { color: rgb(34,27,80); }
H1.HeaderClassName
{
color: #221B50;
}
.AnyTagClassName
{
color: #221B50;
}
</style>
background-color css
<style>
a { background-color: #221B50; }
a { background-color: rgb(34,27,80); }
div.DivClassName
{
background-color: #221B50;
}
.BgClassName
{
background-color: #221B50;
}
</style>
border-color css
<style>
span { border-color: #221B50; }
span { border-color: rgb(34,27,80); }
td.TdClassName
{
border-color: #221B50;
}
.TagClassName
{
border-color: #221B50;
}
</style>