#201D49

Color #201D49 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #201D49

Tints of Paua #201D49

Color information

#201D49 (or 0x201D49) is unknown color: approx Paua. HEX triplet: 20, 1D and 49. RGB value is (32,29,73). Sum of RGB (Red+Green+Blue) = 32+29+73=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #201D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D49 is #DFE2B6. Grayscale: #222222. Windows color (decimal): -14672567 or 4791584. OLE color: 4791584.

HSL color Cylindrical-coordinate representation of color #201D49: hue angle of 244.09º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #201D49 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB322973-
CMYK0.560.6000.71
HSL244.09º43.14%20%-
HSV(B)244.09º60.27%28.63%-
XYZ2.241.676.51-
YUV34.91149.49125.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 23.88%
GREEN value IS 29 (11.72% from 255) = 21.64%
BLUE value IS 73 (28.91% from 255) = 54.48%
R=23.88%
G=21.64%
B=54.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3229730.560.6000.71244.0943.1420
Hex201D49383C047f42b14
Octal4035111707401073645324
Binary100000111011001001111000111100010001111111010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201D49; }

 p { color: rgb(32,29,73); }

 H1.HeaderClassName
 {
   color: #201D49;
 }
 .AnyTagClassName
 {
   color: #201D49;
 }
</style>
background-color css

<style>
 a { background-color: #201D49; }

 a { background-color: rgb(32,29,73); }

 div.DivClassName
 {
   background-color: #201D49;
 }
 .BgClassName
 {
   background-color: #201D49;
 }
</style>
border-color css

<style>
 span { border-color: #201D49; }

 span { border-color: rgb(32,29,73); }

 td.TdClassName
 {
   border-color: #201D49;
 }
 .TagClassName
 {
   border-color: #201D49;
 }
</style>