#201947

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

Shades of Paua #201947

Tints of Paua #201947

Color information

#201947 (or 0x201947) is unknown color: approx Paua. HEX triplet: 20, 19 and 47. RGB value is (32,25,71). Sum of RGB (Red+Green+Blue) = 32+25+71=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #201947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201947 is #DFE6B8. Grayscale: #202020. Windows color (decimal): -14673593 or 4659488. OLE color: 4659488.

HSL color Cylindrical-coordinate representation of color #201947: hue angle of 249.13º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #201947 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB322571-
CMYK0.550.6500.72
HSL249.13º47.92%18.82%-
HSV(B)249.13º64.79%27.84%-
XYZ2.081.466.13-
YUV32.34149.82127.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 71 (28.12% from 255) = 55.47%
R=25%
G=19.53%
B=55.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3225710.550.6500.72249.1347.9218.82
Hex2019473741048f93013
Octal40311076710101103716023
Binary1000001100110001111101111000001010010001111100111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201947; }

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

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

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

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

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

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

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

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