#21204D

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

Shades of Paua #21204D

Tints of Paua #21204D

Color information

#21204D (or 0x21204D) is unknown color: approx Paua. HEX triplet: 21, 20 and 4D. RGB value is (33,32,77). Sum of RGB (Red+Green+Blue) = 33+32+77=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #21204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21204D is #DEDFB2. Grayscale: #252525. Windows color (decimal): -14606259 or 5054497. OLE color: 5054497.

HSL color Cylindrical-coordinate representation of color #21204D: hue angle of 241.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21204D is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB333277-
CMYK0.570.5800.70
HSL241.33º41.28%21.37%-
HSV(B)241.33º58.44%30.2%-
XYZ2.481.897.26-
YUV37.43150.33124.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 77 (30.47% from 255) = 54.23%
R=23.24%
G=22.54%
B=54.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3332770.570.5800.70241.3341.2821.37
Hex21204D393A046f12915
Octal4140115717201063615125
Binary1000011000001001101111001111010010001101111000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21204D; }

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

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

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

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

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

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

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

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