#201653

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

Shades of Paua #201653

Tints of Paua #201653

Color information

#201653 (or 0x201653) is unknown color: approx Paua. HEX triplet: 20, 16 and 53. RGB value is (32,22,83). Sum of RGB (Red+Green+Blue) = 32+22+83=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #201653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201653 is #DFE9AC. Grayscale: #1F1F1F. Windows color (decimal): -14674349 or 5445152. OLE color: 5445152.

HSL color Cylindrical-coordinate representation of color #201653: hue angle of 249.84º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #201653 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB322283-
CMYK0.610.7300.67
HSL249.84º58.1%20.59%-
HSV(B)249.84º73.49%32.55%-
XYZ2.441.518.35-
YUV31.94156.81128.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.36%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 83 (32.81% from 255) = 60.58%
R=23.36%
G=16.06%
B=60.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3222830.610.7300.67249.8458.120.59
Hex2016533D49043fa3a15
Octal40261237511101033727225
Binary1000001011010100111111011001001010000111111101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201653; }

 p { color: rgb(32,22,83); }

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

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

 a { background-color: rgb(32,22,83); }

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

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

 span { border-color: rgb(32,22,83); }

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