Shades of Paua #221A5B
Tints of Paua #221A5B
RGB
CMYK
RGB Variations
Color information
#221A5B (or 0x221A5B) is known color: Paua. HEX triplet: 22, 1A and 5B. RGB value is (34,26,91). Sum of RGB (Red+Green+Blue) = 34+26+91=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #221A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221A5B is #DDE5A4. Grayscale: #232323. Windows color (decimal): -14542245 or 5970466. OLE color: 5970466.
HSL color Cylindrical-coordinate representation of color #221A5B: hue angle of 247.38º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #221A5B is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 26 | 91 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.64 |
| HSL | 247.38º | 0.56% | 0.23% | - |
| HSV(B) | 247.38º | 0.71% | 0.36% | - |
| XYZ | 2.92 | 1.83 | 10.1 | - |
| YUV | 35.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 26 | 91 | 0.63 | 0.71 | 0 | 0.64 | 247.38 | 0.56 | 0.23 |
| Hex | 22 | 1A | 5B | 3F | 47 | 0 | 40 | F7 | 38 | 17 |
| Octal | 42 | 32 | 133 | 77 | 107 | 0 | 100 | 367 | 70 | 27 |
| Binary | 100010 | 11010 | 1011011 | 111111 | 1000111 | 0 | 1000000 | 11110111 | 111000 | 10111 |
Color Harmonies of #221A5B
Complementary color
Monochromatic Colors of #221A5B
Black with #221A5B
Text Example
Text Example
White with #221A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221A5B; }
p { color: rgb(34,26,91); }
H1.HeaderClassName
{
color: #221A5B;
}
.AnyTagClassName
{
color: #221A5B;
}
</style>
background-color css
<style>
a { background-color: #221A5B; }
a { background-color: rgb(34,26,91); }
div.DivClassName
{
background-color: #221A5B;
}
.BgClassName
{
background-color: #221A5B;
}
</style>
border-color css
<style>
span { border-color: #221A5B; }
span { border-color: rgb(34,26,91); }
td.TdClassName
{
border-color: #221A5B;
}
.TagClassName
{
border-color: #221A5B;
}
</style>