Shades of Paua #211752
Tints of Paua #211752
RGB
CMYK
RGB Variations
Color information
#211752 (or 0x211752) is known color: Paua. HEX triplet: 21, 17 and 52. RGB value is (33,23,82). Sum of RGB (Red+Green+Blue) = 33+23+82=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #211752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211752 is #DEE8AD. Grayscale: #202020. Windows color (decimal): -14608558 or 5379873. OLE color: 5379873.
HSL color Cylindrical-coordinate representation of color #211752: hue angle of 250.17º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #211752 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 23 | 82 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.68 |
| HSL | 250.17º | 0.56% | 0.21% | - |
| HSV(B) | 250.17º | 0.72% | 0.32% | - |
| XYZ | 2.46 | 1.55 | 8.15 | - |
| YUV | 32.72 | 155.81 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 82 | 0.60 | 0.72 | 0 | 0.68 | 250.17 | 0.56 | 0.21 |
| Hex | 21 | 17 | 52 | 3C | 48 | 0 | 44 | FA | 38 | 15 |
| Octal | 41 | 27 | 122 | 74 | 110 | 0 | 104 | 372 | 70 | 25 |
| Binary | 100001 | 10111 | 1010010 | 111100 | 1001000 | 0 | 1000100 | 11111010 | 111000 | 10101 |
Color Harmonies of #211752
Complementary color
Monochromatic Colors of #211752
Black with #211752
Text Example
Text Example
White with #211752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211752; }
p { color: rgb(33,23,82); }
H1.HeaderClassName
{
color: #211752;
}
.AnyTagClassName
{
color: #211752;
}
</style>
background-color css
<style>
a { background-color: #211752; }
a { background-color: rgb(33,23,82); }
div.DivClassName
{
background-color: #211752;
}
.BgClassName
{
background-color: #211752;
}
</style>
border-color css
<style>
span { border-color: #211752; }
span { border-color: rgb(33,23,82); }
td.TdClassName
{
border-color: #211752;
}
.TagClassName
{
border-color: #211752;
}
</style>