#201944

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

Shades of Paua #201944

Tints of Paua #201944

Color information

#201944 (or 0x201944) is unknown color: approx Paua. HEX triplet: 20, 19 and 44. RGB value is (32,25,68). Sum of RGB (Red+Green+Blue) = 32+25+68=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #201944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201944 is #DFE6BB. Grayscale: #1F1F1F. Windows color (decimal): -14673596 or 4462880. OLE color: 4462880.

HSL color Cylindrical-coordinate representation of color #201944: hue angle of 249.77º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #201944 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB322568-
CMYK0.530.6300.73
HSL249.77º46.24%18.24%-
HSV(B)249.77º63.24%26.67%-
XYZ1.991.425.64-
YUV31.99148.32128-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.6%
GREEN value IS 25 (10.16% from 255) = 20%
BLUE value IS 68 (26.95% from 255) = 54.4%
R=25.6%
G=20%
B=54.4%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3225680.530.6300.73249.7746.2418.24
Hex201944353F049fa2e12
Octal4031104657701113725622
Binary100000110011000100110101111111010010011111101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201944; }

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

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

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

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

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

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

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

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