#201D44

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

Shades of Paua #201D44

Tints of Paua #201D44

Color information

#201D44 (or 0x201D44) is unknown color: approx Paua. HEX triplet: 20, 1D and 44. RGB value is (32,29,68). Sum of RGB (Red+Green+Blue) = 32+29+68=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 68 (26.95% from 255 or 52.71% from 129); Max value from RGB is 68 - color contains mainly: blue. Hex color #201D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D44 is #DFE2BB. Grayscale: #222222. Windows color (decimal): -14672572 or 4463904. OLE color: 4463904.

HSL color Cylindrical-coordinate representation of color #201D44: hue angle of 244.62º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #201D44 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB322968-
CMYK0.530.5700.73
HSL244.62º40.21%19.02%-
HSV(B)244.62º57.35%26.67%-
XYZ2.081.65.67-
YUV34.34146.99126.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.81%
GREEN value IS 29 (11.72% from 255) = 22.48%
BLUE value IS 68 (26.95% from 255) = 52.71%
R=24.81%
G=22.48%
B=52.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3229680.530.5700.73244.6240.2119.02
Hex201D443539049f52813
Octal4035104657101113655023
Binary100000111011000100110101111001010010011111010110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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