Shades of Paua #221C57
Tints of Paua #221C57
RGB
CMYK
RGB Variations
Color information
#221C57 (or 0x221C57) is known color: Paua. HEX triplet: 22, 1C and 57. RGB value is (34,28,87). Sum of RGB (Red+Green+Blue) = 34+28+87=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 87 (34.38% from 255 or 58.39% from 149); Max value from RGB is 87 - color contains mainly: blue. Hex color #221C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221C57 is #DDE3A8. Grayscale: #242424. Windows color (decimal): -14541737 or 5708834. OLE color: 5708834.
HSL color Cylindrical-coordinate representation of color #221C57: hue angle of 246.1º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #221C57 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 34 | 28 | 87 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.66 |
| HSL | 246.1º | 0.51% | 0.23% | - |
| HSV(B) | 246.1º | 0.68% | 0.34% | - |
| XYZ | 2.8 | 1.86 | 9.23 | - |
| YUV | 36.52 | 156.49 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 87 | 0.61 | 0.68 | 0 | 0.66 | 246.1 | 0.51 | 0.23 |
| Hex | 22 | 1C | 57 | 3D | 44 | 0 | 42 | F6 | 33 | 17 |
| Octal | 42 | 34 | 127 | 75 | 104 | 0 | 102 | 366 | 63 | 27 |
| Binary | 100010 | 11100 | 1010111 | 111101 | 1000100 | 0 | 1000010 | 11110110 | 110011 | 10111 |
Color Harmonies of #221C57
Complementary color
Monochromatic Colors of #221C57
Black with #221C57
Text Example
Text Example
White with #221C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221C57; }
p { color: rgb(34,28,87); }
H1.HeaderClassName
{
color: #221C57;
}
.AnyTagClassName
{
color: #221C57;
}
</style>
background-color css
<style>
a { background-color: #221C57; }
a { background-color: rgb(34,28,87); }
div.DivClassName
{
background-color: #221C57;
}
.BgClassName
{
background-color: #221C57;
}
</style>
border-color css
<style>
span { border-color: #221C57; }
span { border-color: rgb(34,28,87); }
td.TdClassName
{
border-color: #221C57;
}
.TagClassName
{
border-color: #221C57;
}
</style>