Shades of Paua #211F46
Tints of Paua #211F46
RGB
CMYK
RGB Variations
Color information
#211F46 (or 0x211F46) is known color: Paua. HEX triplet: 21, 1F and 46. RGB value is (33,31,70). Sum of RGB (Red+Green+Blue) = 33+31+70=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 70 (27.73% from 255 or 52.24% from 134); Max value from RGB is 70 - color contains mainly: blue. Hex color #211F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F46 is #DEE0B9. Grayscale: #232323. Windows color (decimal): -14606522 or 4595489. OLE color: 4595489.
HSL color Cylindrical-coordinate representation of color #211F46: hue angle of 243.08º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #211F46 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 31 | 70 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.73 |
| HSL | 243.08º | 0.39% | 0.2% | - |
| HSV(B) | 243.08º | 0.56% | 0.27% | - |
| XYZ | 2.22 | 1.75 | 6.01 | - |
| YUV | 36.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 70 | 0.53 | 0.56 | 0 | 0.73 | 243.08 | 0.39 | 0.2 |
| Hex | 21 | 1F | 46 | 35 | 38 | 0 | 49 | F3 | 27 | 14 |
| Octal | 41 | 37 | 106 | 65 | 70 | 0 | 111 | 363 | 47 | 24 |
| Binary | 100001 | 11111 | 1000110 | 110101 | 111000 | 0 | 1001001 | 11110011 | 100111 | 10100 |
Color Harmonies of #211F46
Complementary color
Monochromatic Colors of #211F46
Black with #211F46
Text Example
Text Example
White with #211F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F46; }
p { color: rgb(33,31,70); }
H1.HeaderClassName
{
color: #211F46;
}
.AnyTagClassName
{
color: #211F46;
}
</style>
background-color css
<style>
a { background-color: #211F46; }
a { background-color: rgb(33,31,70); }
div.DivClassName
{
background-color: #211F46;
}
.BgClassName
{
background-color: #211F46;
}
</style>
border-color css
<style>
span { border-color: #211F46; }
span { border-color: rgb(33,31,70); }
td.TdClassName
{
border-color: #211F46;
}
.TagClassName
{
border-color: #211F46;
}
</style>