Shades of Paua #211B51
Tints of Paua #211B51
RGB
CMYK
RGB Variations
Color information
#211B51 (or 0x211B51) is known color: Paua. HEX triplet: 21, 1B and 51. RGB value is (33,27,81). Sum of RGB (Red+Green+Blue) = 33+27+81=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #211B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211B51 is #DEE4AE. Grayscale: #222222. Windows color (decimal): -14607535 or 5315361. OLE color: 5315361.
HSL color Cylindrical-coordinate representation of color #211B51: hue angle of 246.67º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211B51 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 27 | 81 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.68 |
| HSL | 246.67º | 0.5% | 0.21% | - |
| HSV(B) | 246.67º | 0.67% | 0.32% | - |
| XYZ | 2.5 | 1.7 | 7.98 | - |
| YUV | 34.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 81 | 0.59 | 0.67 | 0 | 0.68 | 246.67 | 0.5 | 0.21 |
| Hex | 21 | 1B | 51 | 3B | 43 | 0 | 44 | F7 | 32 | 15 |
| Octal | 41 | 33 | 121 | 73 | 103 | 0 | 104 | 367 | 62 | 25 |
| Binary | 100001 | 11011 | 1010001 | 111011 | 1000011 | 0 | 1000100 | 11110111 | 110010 | 10101 |
Color Harmonies of #211B51
Complementary color
Monochromatic Colors of #211B51
Black with #211B51
Text Example
Text Example
White with #211B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B51; }
p { color: rgb(33,27,81); }
H1.HeaderClassName
{
color: #211B51;
}
.AnyTagClassName
{
color: #211B51;
}
</style>
background-color css
<style>
a { background-color: #211B51; }
a { background-color: rgb(33,27,81); }
div.DivClassName
{
background-color: #211B51;
}
.BgClassName
{
background-color: #211B51;
}
</style>
border-color css
<style>
span { border-color: #211B51; }
span { border-color: rgb(33,27,81); }
td.TdClassName
{
border-color: #211B51;
}
.TagClassName
{
border-color: #211B51;
}
</style>