#21205C

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

Shades of Paua #21205C

Tints of Paua #21205C

Color information

#21205C (or 0x21205C) is unknown color: approx Paua. HEX triplet: 21, 20 and 5C. RGB value is (33,32,92). Sum of RGB (Red+Green+Blue) = 33+32+92=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #21205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21205C is #DEDFA3. Grayscale: #262626. Windows color (decimal): -14606244 or 6037537. OLE color: 6037537.

HSL color Cylindrical-coordinate representation of color #21205C: hue angle of 241º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21205C is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB333292-
CMYK0.640.6500.64
HSL241º48.39%24.31%-
HSV(B)241º65.22%36.08%-
XYZ3.082.1310.37-
YUV39.14157.83123.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.02%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 92 (36.33% from 255) = 58.60%
R=21.02%
G=20.38%
B=58.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3332920.640.6500.6424148.3924.31
Hex21205C4041040f13018
Octal414013410010101003616030
Binary100001100000101110010000001000001010000001111000111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21205C; }

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

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

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

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

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

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

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

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