#201658

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

Shades of Paua #201658

Tints of Paua #201658

Color information

#201658 (or 0x201658) is unknown color: approx Paua. HEX triplet: 20, 16 and 58. RGB value is (32,22,88). Sum of RGB (Red+Green+Blue) = 32+22+88=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 88 (34.77% from 255 or 61.97% from 142); Max value from RGB is 88 - color contains mainly: blue. Hex color #201658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201658 is #DFE9A7. Grayscale: #202020. Windows color (decimal): -14674344 or 5772832. OLE color: 5772832.

HSL color Cylindrical-coordinate representation of color #201658: hue angle of 249.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201658 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB322288-
CMYK0.640.7500.65
HSL249.09º60%21.57%-
HSV(B)249.09º75%34.51%-
XYZ2.641.599.4-
YUV32.51159.31127.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.54%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 88 (34.77% from 255) = 61.97%
R=22.54%
G=15.49%
B=61.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3222880.640.7500.65249.096021.57
Hex201658404B041f93c16
Octal402613010011301013717426
Binary10000010110101100010000001001011010000011111100111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201658; }

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

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

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

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

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

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

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

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