Shades of Paua #20175D
Tints of Paua #20175D
RGB
CMYK
RGB Variations
Color information
#20175D (or 0x20175D) is known color: Paua. HEX triplet: 20, 17 and 5D. RGB value is (32,23,93). Sum of RGB (Red+Green+Blue) = 32+23+93=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #20175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20175D is #DFE8A2. Grayscale: #212121. Windows color (decimal): -14674083 or 6100768. OLE color: 6100768.
HSL color Cylindrical-coordinate representation of color #20175D: hue angle of 247.71º 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 #20175D is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 23 | 93 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.64 |
| HSL | 247.71º | 0.6% | 0.23% | - |
| HSV(B) | 247.71º | 0.75% | 0.36% | - |
| XYZ | 2.88 | 1.71 | 10.53 | - |
| YUV | 33.67 | 161.48 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 93 | 0.66 | 0.75 | 0 | 0.64 | 247.71 | 0.6 | 0.23 |
| Hex | 20 | 17 | 5D | 42 | 4B | 0 | 40 | F8 | 3C | 17 |
| Octal | 40 | 27 | 135 | 102 | 113 | 0 | 100 | 370 | 74 | 27 |
| Binary | 100000 | 10111 | 1011101 | 1000010 | 1001011 | 0 | 1000000 | 11111000 | 111100 | 10111 |
Color Harmonies of #20175D
Complementary color
Monochromatic Colors of #20175D
Black with #20175D
Text Example
Text Example
White with #20175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20175D; }
p { color: rgb(32,23,93); }
H1.HeaderClassName
{
color: #20175D;
}
.AnyTagClassName
{
color: #20175D;
}
</style>
background-color css
<style>
a { background-color: #20175D; }
a { background-color: rgb(32,23,93); }
div.DivClassName
{
background-color: #20175D;
}
.BgClassName
{
background-color: #20175D;
}
</style>
border-color css
<style>
span { border-color: #20175D; }
span { border-color: rgb(32,23,93); }
td.TdClassName
{
border-color: #20175D;
}
.TagClassName
{
border-color: #20175D;
}
</style>