#201F47

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

Shades of Paua #201F47

Tints of Paua #201F47

Color information

#201F47 (or 0x201F47) is unknown color: approx Paua. HEX triplet: 20, 1F and 47. RGB value is (32,31,71). Sum of RGB (Red+Green+Blue) = 32+31+71=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #201F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201F47 is #DFE0B8. Grayscale: #232323. Windows color (decimal): -14672057 or 4661024. OLE color: 4661024.

HSL color Cylindrical-coordinate representation of color #201F47: hue angle of 241.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #201F47 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB323171-
CMYK0.550.5600.72
HSL241.5º39.22%20%-
HSV(B)241.5º56.34%27.84%-
XYZ2.221.746.18-
YUV35.86147.83125.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.88%
GREEN value IS 31 (12.5% from 255) = 23.13%
BLUE value IS 71 (28.12% from 255) = 52.99%
R=23.88%
G=23.13%
B=52.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3231710.550.5600.72241.539.2220
Hex201F473738048f22714
Octal4037107677001103624724
Binary100000111111000111110111111000010010001111001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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