#201657

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

Shades of Paua #201657

Tints of Paua #201657

Color information

#201657 (or 0x201657) is unknown color: approx Paua. HEX triplet: 20, 16 and 57. RGB value is (32,22,87). Sum of RGB (Red+Green+Blue) = 32+22+87=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #201657 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201657 is #DFE9A8. Grayscale: #202020. Windows color (decimal): -14674345 or 5707296. OLE color: 5707296.

HSL color Cylindrical-coordinate representation of color #201657: hue angle of 249.23º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201657 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB322287-
CMYK0.630.7500.66
HSL249.23º59.63%21.37%-
HSV(B)249.23º74.71%34.12%-
XYZ2.61.579.18-
YUV32.4158.81127.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.70%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 87 (34.38% from 255) = 61.70%
R=22.70%
G=15.60%
B=61.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3222870.630.7500.66249.2359.6321.37
Hex2016573F4B042f93c15
Octal40261277711301023717425
Binary1000001011010101111111111001011010000101111100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201657; }

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

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

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

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

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

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

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

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