Shades of Paua #221F5E
Tints of Paua #221F5E
RGB
CMYK
RGB Variations
Color information
#221F5E (or 0x221F5E) is known color: Paua. HEX triplet: 22, 1F and 5E. RGB value is (34,31,94). Sum of RGB (Red+Green+Blue) = 34+31+94=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #221F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221F5E is #DDE0A1. Grayscale: #262626. Windows color (decimal): -14540962 or 6168354. OLE color: 6168354.
HSL color Cylindrical-coordinate representation of color #221F5E: hue angle of 242.86º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #221F5E is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 31 | 94 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.63 |
| HSL | 242.86º | 0.5% | 0.25% | - |
| HSV(B) | 242.86º | 0.67% | 0.37% | - |
| XYZ | 3.17 | 2.13 | 10.83 | - |
| YUV | 39.08 | 158.99 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 94 | 0.64 | 0.67 | 0 | 0.63 | 242.86 | 0.5 | 0.25 |
| Hex | 22 | 1F | 5E | 40 | 43 | 0 | 3F | F3 | 32 | 19 |
| Octal | 42 | 37 | 136 | 100 | 103 | 0 | 77 | 363 | 62 | 31 |
| Binary | 100010 | 11111 | 1011110 | 1000000 | 1000011 | 0 | 111111 | 11110011 | 110010 | 11001 |
Color Harmonies of #221F5E
Complementary color
Monochromatic Colors of #221F5E
Black with #221F5E
Text Example
Text Example
White with #221F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221F5E; }
p { color: rgb(34,31,94); }
H1.HeaderClassName
{
color: #221F5E;
}
.AnyTagClassName
{
color: #221F5E;
}
</style>
background-color css
<style>
a { background-color: #221F5E; }
a { background-color: rgb(34,31,94); }
div.DivClassName
{
background-color: #221F5E;
}
.BgClassName
{
background-color: #221F5E;
}
</style>
border-color css
<style>
span { border-color: #221F5E; }
span { border-color: rgb(34,31,94); }
td.TdClassName
{
border-color: #221F5E;
}
.TagClassName
{
border-color: #221F5E;
}
</style>