Shades of Paua #201E52
Tints of Paua #201E52
RGB
CMYK
RGB Variations
Color information
#201E52 (or 0x201E52) is known color: Paua. HEX triplet: 20, 1E and 52. RGB value is (32,30,82). Sum of RGB (Red+Green+Blue) = 32+30+82=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 82 (32.42% from 255 or 56.94% from 144); Max value from RGB is 82 - color contains mainly: blue. Hex color #201E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201E52 is #DFE1AD. Grayscale: #242424. Windows color (decimal): -14672302 or 5381664. OLE color: 5381664.
HSL color Cylindrical-coordinate representation of color #201E52: hue angle of 242.31º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #201E52 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 30 | 82 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.68 |
| HSL | 242.31º | 0.46% | 0.22% | - |
| HSV(B) | 242.31º | 0.63% | 0.32% | - |
| XYZ | 2.58 | 1.84 | 8.2 | - |
| YUV | 36.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 82 | 0.61 | 0.63 | 0 | 0.68 | 242.31 | 0.46 | 0.22 |
| Hex | 20 | 1E | 52 | 3D | 3F | 0 | 44 | F2 | 2E | 16 |
| Octal | 40 | 36 | 122 | 75 | 77 | 0 | 104 | 362 | 56 | 26 |
| Binary | 100000 | 11110 | 1010010 | 111101 | 111111 | 0 | 1000100 | 11110010 | 101110 | 10110 |
Color Harmonies of #201E52
Complementary color
Monochromatic Colors of #201E52
Black with #201E52
Text Example
Text Example
White with #201E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E52; }
p { color: rgb(32,30,82); }
H1.HeaderClassName
{
color: #201E52;
}
.AnyTagClassName
{
color: #201E52;
}
</style>
background-color css
<style>
a { background-color: #201E52; }
a { background-color: rgb(32,30,82); }
div.DivClassName
{
background-color: #201E52;
}
.BgClassName
{
background-color: #201E52;
}
</style>
border-color css
<style>
span { border-color: #201E52; }
span { border-color: rgb(32,30,82); }
td.TdClassName
{
border-color: #201E52;
}
.TagClassName
{
border-color: #201E52;
}
</style>