#201B44

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

Shades of Paua #201B44

Tints of Paua #201B44

Color information

#201B44 (or 0x201B44) is unknown color: approx Paua. HEX triplet: 20, 1B and 44. RGB value is (32,27,68). Sum of RGB (Red+Green+Blue) = 32+27+68=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #201B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B44 is #DFE4BB. Grayscale: #212121. Windows color (decimal): -14673084 or 4463392. OLE color: 4463392.

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

Color convert

RGB322768-
CMYK0.530.6000.73
HSL247.32º43.16%18.63%-
HSV(B)247.32º60.29%26.67%-
XYZ2.031.515.65-
YUV33.17147.66127.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.20%
GREEN value IS 27 (10.94% from 255) = 21.26%
BLUE value IS 68 (26.95% from 255) = 53.54%
R=25.20%
G=21.26%
B=53.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3227680.530.6000.73247.3243.1618.63
Hex201B44353C049f72b13
Octal4033104657401113675323
Binary100000110111000100110101111100010010011111011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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