Shades of Paua #20155C
Tints of Paua #20155C
RGB
CMYK
RGB Variations
Color information
#20155C (or 0x20155C) is known color: Paua. HEX triplet: 20, 15 and 5C. RGB value is (32,21,92). Sum of RGB (Red+Green+Blue) = 32+21+92=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #20155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20155C is #DFEAA3. Grayscale: #202020. Windows color (decimal): -14674596 or 6034720. OLE color: 6034720.
HSL color Cylindrical-coordinate representation of color #20155C: hue angle of 249.3º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20155C is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 21 | 92 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.64 |
| HSL | 249.3º | 0.63% | 0.22% | - |
| HSV(B) | 249.3º | 0.77% | 0.36% | - |
| XYZ | 2.8 | 1.62 | 10.29 | - |
| YUV | 32.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 92 | 0.65 | 0.77 | 0 | 0.64 | 249.3 | 0.63 | 0.22 |
| Hex | 20 | 15 | 5C | 41 | 4D | 0 | 40 | F9 | 3F | 16 |
| Octal | 40 | 25 | 134 | 101 | 115 | 0 | 100 | 371 | 77 | 26 |
| Binary | 100000 | 10101 | 1011100 | 1000001 | 1001101 | 0 | 1000000 | 11111001 | 111111 | 10110 |
Color Harmonies of #20155C
Complementary color
Monochromatic Colors of #20155C
Black with #20155C
Text Example
Text Example
White with #20155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20155C; }
p { color: rgb(32,21,92); }
H1.HeaderClassName
{
color: #20155C;
}
.AnyTagClassName
{
color: #20155C;
}
</style>
background-color css
<style>
a { background-color: #20155C; }
a { background-color: rgb(32,21,92); }
div.DivClassName
{
background-color: #20155C;
}
.BgClassName
{
background-color: #20155C;
}
</style>
border-color css
<style>
span { border-color: #20155C; }
span { border-color: rgb(32,21,92); }
td.TdClassName
{
border-color: #20155C;
}
.TagClassName
{
border-color: #20155C;
}
</style>