Shades of Paua #20174D
Tints of Paua #20174D
RGB
CMYK
RGB Variations
Color information
#20174D (or 0x20174D) is known color: Paua. HEX triplet: 20, 17 and 4D. RGB value is (32,23,77). Sum of RGB (Red+Green+Blue) = 32+23+77=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #20174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20174D is #DFE8B2. Grayscale: #1F1F1F. Windows color (decimal): -14674099 or 5052192. OLE color: 5052192.
HSL color Cylindrical-coordinate representation of color #20174D: hue angle of 250º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20174D is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 23 | 77 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.70 |
| HSL | 250º | 0.54% | 0.2% | - |
| HSV(B) | 250º | 0.7% | 0.3% | - |
| XYZ | 2.24 | 1.46 | 7.18 | - |
| YUV | 31.85 | 153.48 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 77 | 0.58 | 0.70 | 0 | 0.70 | 250 | 0.54 | 0.2 |
| Hex | 20 | 17 | 4D | 3A | 46 | 0 | 46 | FA | 36 | 14 |
| Octal | 40 | 27 | 115 | 72 | 106 | 0 | 106 | 372 | 66 | 24 |
| Binary | 100000 | 10111 | 1001101 | 111010 | 1000110 | 0 | 1000110 | 11111010 | 110110 | 10100 |
Color Harmonies of #20174D
Complementary color
Monochromatic Colors of #20174D
Black with #20174D
Text Example
Text Example
White with #20174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20174D; }
p { color: rgb(32,23,77); }
H1.HeaderClassName
{
color: #20174D;
}
.AnyTagClassName
{
color: #20174D;
}
</style>
background-color css
<style>
a { background-color: #20174D; }
a { background-color: rgb(32,23,77); }
div.DivClassName
{
background-color: #20174D;
}
.BgClassName
{
background-color: #20174D;
}
</style>
border-color css
<style>
span { border-color: #20174D; }
span { border-color: rgb(32,23,77); }
td.TdClassName
{
border-color: #20174D;
}
.TagClassName
{
border-color: #20174D;
}
</style>