#20214D

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

Shades of Paua #20214D

Tints of Paua #20214D

Color information

#20214D (or 0x20214D) is unknown color: approx Paua. HEX triplet: 20, 21 and 4D. RGB value is (32,33,77). Sum of RGB (Red+Green+Blue) = 32+33+77=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 33 (13.28% from 255 or 23.24% 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 #20214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20214D is #DFDEB2. Grayscale: #252525. Windows color (decimal): -14671539 or 5054752. OLE color: 5054752.

HSL color Cylindrical-coordinate representation of color #20214D: hue angle of 238.67º 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 #20214D is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB323377-
CMYK0.580.5700.70
HSL238.67º41.28%21.37%-
HSV(B)238.67º58.44%30.2%-
XYZ2.481.937.26-
YUV37.72150.17123.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3233770.580.5700.70238.6741.2821.37
Hex20214D3A39046ef2915
Octal4041115727101063575125
Binary1000001000011001101111010111001010001101110111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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