#202156

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

Shades of Paua #202156

Tints of Paua #202156

Color information

#202156 (or 0x202156) is unknown color: approx Paua. HEX triplet: 20, 21 and 56. RGB value is (32,33,86). Sum of RGB (Red+Green+Blue) = 32+33+86=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #202156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202156 is #DFDEA9. Grayscale: #262626. Windows color (decimal): -14671530 or 5644576. OLE color: 5644576.

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

Color convert

RGB323386-
CMYK0.630.6200.66
HSL238.89º45.76%23.14%-
HSV(B)238.89º62.79%33.73%-
XYZ2.822.079.05-
YUV38.74154.67123.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.19%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 86 (33.98% from 255) = 56.95%
R=21.19%
G=21.85%
B=56.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3233860.630.6200.66238.8945.7623.14
Hex2021563F3E042ef2e17
Octal4041126777601023575627
Binary1000001000011010110111111111110010000101110111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202156; }

 p { color: rgb(32,33,86); }

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

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

 a { background-color: rgb(32,33,86); }

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

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

 span { border-color: rgb(32,33,86); }

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