Shades of Paua #21175C
Tints of Paua #21175C
RGB
CMYK
RGB Variations
Color information
#21175C (or 0x21175C) is known color: Paua. HEX triplet: 21, 17 and 5C. RGB value is (33,23,92). Sum of RGB (Red+Green+Blue) = 33+23+92=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #21175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21175C is #DEE8A3. Grayscale: #212121. Windows color (decimal): -14608548 or 6035233. OLE color: 6035233.
HSL color Cylindrical-coordinate representation of color #21175C: hue angle of 248.7º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21175C is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 23 | 92 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.64 |
| HSL | 248.7º | 0.6% | 0.23% | - |
| HSV(B) | 248.7º | 0.75% | 0.36% | - |
| XYZ | 2.87 | 1.71 | 10.3 | - |
| YUV | 33.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 92 | 0.64 | 0.75 | 0 | 0.64 | 248.7 | 0.6 | 0.23 |
| Hex | 21 | 17 | 5C | 40 | 4B | 0 | 40 | F9 | 3C | 17 |
| Octal | 41 | 27 | 134 | 100 | 113 | 0 | 100 | 371 | 74 | 27 |
| Binary | 100001 | 10111 | 1011100 | 1000000 | 1001011 | 0 | 1000000 | 11111001 | 111100 | 10111 |
Color Harmonies of #21175C
Complementary color
Monochromatic Colors of #21175C
Black with #21175C
Text Example
Text Example
White with #21175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21175C; }
p { color: rgb(33,23,92); }
H1.HeaderClassName
{
color: #21175C;
}
.AnyTagClassName
{
color: #21175C;
}
</style>
background-color css
<style>
a { background-color: #21175C; }
a { background-color: rgb(33,23,92); }
div.DivClassName
{
background-color: #21175C;
}
.BgClassName
{
background-color: #21175C;
}
</style>
border-color css
<style>
span { border-color: #21175C; }
span { border-color: rgb(33,23,92); }
td.TdClassName
{
border-color: #21175C;
}
.TagClassName
{
border-color: #21175C;
}
</style>