#202152

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

Shades of Paua #202152

Tints of Paua #202152

Color information

#202152 (or 0x202152) is unknown color: approx Paua. HEX triplet: 20, 21 and 52. RGB value is (32,33,82). Sum of RGB (Red+Green+Blue) = 32+33+82=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #202152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202152 is #DFDEAD. Grayscale: #262626. Windows color (decimal): -14671534 or 5382432. OLE color: 5382432.

HSL color Cylindrical-coordinate representation of color #202152: hue angle of 238.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #202152 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB323382-
CMYK0.610.6000.68
HSL238.8º43.86%22.35%-
HSV(B)238.8º60.98%32.16%-
XYZ2.6628.23-
YUV38.29152.67123.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 82 (32.42% from 255) = 55.78%
R=21.77%
G=22.45%
B=55.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3233820.610.6000.68238.843.8622.35
Hex2021523D3C044ef2c16
Octal4041122757401043575426
Binary1000001000011010010111101111100010001001110111110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202152; }

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

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

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

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

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

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

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

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