#201D45

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

Shades of Paua #201D45

Tints of Paua #201D45

Color information

#201D45 (or 0x201D45) is unknown color: approx Paua. HEX triplet: 20, 1D and 45. RGB value is (32,29,69). Sum of RGB (Red+Green+Blue) = 32+29+69=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 69 (27.34% from 255 or 53.08% from 130); Max value from RGB is 69 - color contains mainly: blue. Hex color #201D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D45 is #DFE2BA. Grayscale: #222222. Windows color (decimal): -14672571 or 4529440. OLE color: 4529440.

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

Color convert

RGB322969-
CMYK0.540.5800.73
HSL244.5º40.82%19.22%-
HSV(B)244.5º57.97%27.06%-
XYZ2.111.625.83-
YUV34.46147.49126.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.62%
GREEN value IS 29 (11.72% from 255) = 22.31%
BLUE value IS 69 (27.34% from 255) = 53.08%
R=24.62%
G=22.31%
B=53.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3229690.540.5800.73244.540.8219.22
Hex201D45363A049f42913
Octal4035105667201113645123
Binary100000111011000101110110111010010010011111010010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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