Shades of Paua #211758
Tints of Paua #211758
RGB
CMYK
RGB Variations
Color information
#211758 (or 0x211758) is known color: Paua. HEX triplet: 21, 17 and 58. RGB value is (33,23,88). Sum of RGB (Red+Green+Blue) = 33+23+88=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #211758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211758 is #DEE8A7. Grayscale: #212121. Windows color (decimal): -14608552 or 5773089. OLE color: 5773089.
HSL color Cylindrical-coordinate representation of color #211758: hue angle of 249.23º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #211758 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 23 | 88 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.65 |
| HSL | 249.23º | 0.59% | 0.22% | - |
| HSV(B) | 249.23º | 0.74% | 0.35% | - |
| XYZ | 2.7 | 1.64 | 9.41 | - |
| YUV | 33.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 88 | 0.62 | 0.74 | 0 | 0.65 | 249.23 | 0.59 | 0.22 |
| Hex | 21 | 17 | 58 | 3E | 4A | 0 | 41 | F9 | 3B | 16 |
| Octal | 41 | 27 | 130 | 76 | 112 | 0 | 101 | 371 | 73 | 26 |
| Binary | 100001 | 10111 | 1011000 | 111110 | 1001010 | 0 | 1000001 | 11111001 | 111011 | 10110 |
Color Harmonies of #211758
Complementary color
Monochromatic Colors of #211758
Black with #211758
Text Example
Text Example
White with #211758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211758; }
p { color: rgb(33,23,88); }
H1.HeaderClassName
{
color: #211758;
}
.AnyTagClassName
{
color: #211758;
}
</style>
background-color css
<style>
a { background-color: #211758; }
a { background-color: rgb(33,23,88); }
div.DivClassName
{
background-color: #211758;
}
.BgClassName
{
background-color: #211758;
}
</style>
border-color css
<style>
span { border-color: #211758; }
span { border-color: rgb(33,23,88); }
td.TdClassName
{
border-color: #211758;
}
.TagClassName
{
border-color: #211758;
}
</style>