Shades of Paua #211946
Tints of Paua #211946
RGB
CMYK
RGB Variations
Color information
#211946 (or 0x211946) is known color: Paua. HEX triplet: 21, 19 and 46. RGB value is (33,25,70). Sum of RGB (Red+Green+Blue) = 33+25+70=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #211946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211946 is #DEE6B9. Grayscale: #202020. Windows color (decimal): -14608058 or 4593953. OLE color: 4593953.
HSL color Cylindrical-coordinate representation of color #211946: hue angle of 250.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #211946 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 25 | 70 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.73 |
| HSL | 250.67º | 0.47% | 0.19% | - |
| HSV(B) | 250.67º | 0.64% | 0.27% | - |
| XYZ | 2.08 | 1.46 | 5.97 | - |
| YUV | 32.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 70 | 0.53 | 0.64 | 0 | 0.73 | 250.67 | 0.47 | 0.19 |
| Hex | 21 | 19 | 46 | 35 | 40 | 0 | 49 | FB | 2F | 13 |
| Octal | 41 | 31 | 106 | 65 | 100 | 0 | 111 | 373 | 57 | 23 |
| Binary | 100001 | 11001 | 1000110 | 110101 | 1000000 | 0 | 1001001 | 11111011 | 101111 | 10011 |
Color Harmonies of #211946
Complementary color
Monochromatic Colors of #211946
Black with #211946
Text Example
Text Example
White with #211946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211946; }
p { color: rgb(33,25,70); }
H1.HeaderClassName
{
color: #211946;
}
.AnyTagClassName
{
color: #211946;
}
</style>
background-color css
<style>
a { background-color: #211946; }
a { background-color: rgb(33,25,70); }
div.DivClassName
{
background-color: #211946;
}
.BgClassName
{
background-color: #211946;
}
</style>
border-color css
<style>
span { border-color: #211946; }
span { border-color: rgb(33,25,70); }
td.TdClassName
{
border-color: #211946;
}
.TagClassName
{
border-color: #211946;
}
</style>