Shades of Paua #221C5F
Tints of Paua #221C5F
RGB
CMYK
RGB Variations
Color information
#221C5F (or 0x221C5F) is known color: Paua. HEX triplet: 22, 1C and 5F. RGB value is (34,28,95). Sum of RGB (Red+Green+Blue) = 34+28+95=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #221C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221C5F is #DDE3A0. Grayscale: #252525. Windows color (decimal): -14541729 or 6233122. OLE color: 6233122.
HSL color Cylindrical-coordinate representation of color #221C5F: hue angle of 245.37º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #221C5F is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 28 | 95 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.63 |
| HSL | 245.37º | 0.54% | 0.24% | - |
| HSV(B) | 245.37º | 0.71% | 0.37% | - |
| XYZ | 3.14 | 2 | 11.05 | - |
| YUV | 37.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 95 | 0.64 | 0.71 | 0 | 0.63 | 245.37 | 0.54 | 0.24 |
| Hex | 22 | 1C | 5F | 40 | 47 | 0 | 3F | F5 | 36 | 18 |
| Octal | 42 | 34 | 137 | 100 | 107 | 0 | 77 | 365 | 66 | 30 |
| Binary | 100010 | 11100 | 1011111 | 1000000 | 1000111 | 0 | 111111 | 11110101 | 110110 | 11000 |
Color Harmonies of #221C5F
Complementary color
Monochromatic Colors of #221C5F
Black with #221C5F
Text Example
Text Example
White with #221C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221C5F; }
p { color: rgb(34,28,95); }
H1.HeaderClassName
{
color: #221C5F;
}
.AnyTagClassName
{
color: #221C5F;
}
</style>
background-color css
<style>
a { background-color: #221C5F; }
a { background-color: rgb(34,28,95); }
div.DivClassName
{
background-color: #221C5F;
}
.BgClassName
{
background-color: #221C5F;
}
</style>
border-color css
<style>
span { border-color: #221C5F; }
span { border-color: rgb(34,28,95); }
td.TdClassName
{
border-color: #221C5F;
}
.TagClassName
{
border-color: #221C5F;
}
</style>