Shades of Paua #221A5D
Tints of Paua #221A5D
RGB
CMYK
RGB Variations
Color information
#221A5D (or 0x221A5D) is known color: Paua. HEX triplet: 22, 1A and 5D. RGB value is (34,26,93). Sum of RGB (Red+Green+Blue) = 34+26+93=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #221A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221A5D is #DDE5A2. Grayscale: #232323. Windows color (decimal): -14542243 or 6101538. OLE color: 6101538.
HSL color Cylindrical-coordinate representation of color #221A5D: hue angle of 247.16º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #221A5D is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 26 | 93 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.64 |
| HSL | 247.16º | 0.56% | 0.23% | - |
| HSV(B) | 247.16º | 0.72% | 0.36% | - |
| XYZ | 3 | 1.87 | 10.56 | - |
| YUV | 36.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 26 | 93 | 0.63 | 0.72 | 0 | 0.64 | 247.16 | 0.56 | 0.23 |
| Hex | 22 | 1A | 5D | 3F | 48 | 0 | 40 | F7 | 38 | 17 |
| Octal | 42 | 32 | 135 | 77 | 110 | 0 | 100 | 367 | 70 | 27 |
| Binary | 100010 | 11010 | 1011101 | 111111 | 1001000 | 0 | 1000000 | 11110111 | 111000 | 10111 |
Color Harmonies of #221A5D
Complementary color
Monochromatic Colors of #221A5D
Black with #221A5D
Text Example
Text Example
White with #221A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221A5D; }
p { color: rgb(34,26,93); }
H1.HeaderClassName
{
color: #221A5D;
}
.AnyTagClassName
{
color: #221A5D;
}
</style>
background-color css
<style>
a { background-color: #221A5D; }
a { background-color: rgb(34,26,93); }
div.DivClassName
{
background-color: #221A5D;
}
.BgClassName
{
background-color: #221A5D;
}
</style>
border-color css
<style>
span { border-color: #221A5D; }
span { border-color: rgb(34,26,93); }
td.TdClassName
{
border-color: #221A5D;
}
.TagClassName
{
border-color: #221A5D;
}
</style>