Html Css Color HEX #20214D Paua

📋 copy color: '#20214D'

red 32 ◦ green 33 ◦ blue 77

#20214D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #20214D

Tints of Paua #20214D

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 value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#20214D (or 0x20214D) is known color: 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

RGB 32 33 77 -
CMYK 0.58 0.57 0 0.70
HSL 238.67º 0.41% 0.21% -
HSV(B) 238.67º 0.58% 0.3% -
XYZ 2.48 1.93 7.26 -
YUV 37.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 32 33 77 0.58 0.57 0 0.70 238.67 0.41 0.21
Hex 20 21 4D 3A 39 0 46 EF 29 15
Octal 40 41 115 72 71 0 106 357 51 25
Binary 100000 100001 1001101 111010 111001 0 1000110 11101111 101001 10101

Color Harmonies of #20214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20214D

Black with #20214D

Text Example


Text Example

White with #20214D

Text Example


Text Example

HTML Codes & Css Web 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>