Html Css Color HEX #20205D Paua

📋 copy color: '#20205D'

red 32 ◦ green 32 ◦ blue 93

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

Shades of Paua #20205D

Tints of Paua #20205D

RGB

 RED value IS 32 (12.89% from 255) = 20.38%

 GREEN value IS 32 (12.89% from 255) = 20.38%

 BLUE value IS 93 (36.72% from 255) = 59.24%

R = 20.38%
G = 20.38%
B = 59.24%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20205D (or 0x20205D) is known color: Paua. HEX triplet: 20, 20 and 5D. RGB value is (32,32,93). Sum of RGB (Red+Green+Blue) = 32+32+93=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #20205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20205D is #DFDFA2. Grayscale: #262626. Windows color (decimal): -14671779 or 6103072. OLE color: 6103072.

HSL color Cylindrical-coordinate representation of color #20205D: hue angle of 240º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20205D is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 32 93 -
CMYK 0.66 0.66 0 0.64
HSL 240º 0.49% 0.25% -
HSV(B) 240º 0.66% 0.36% -
XYZ 3.09 2.13 10.6 -
YUV 38.95 158.5 123.04 -
System Red Green Blue C M Y K H S L
Decimal 32 32 93 0.66 0.66 0 0.64 240 0.49 0.25
Hex 20 20 5D 42 42 0 40 F0 31 19
Octal 40 40 135 102 102 0 100 360 61 31
Binary 100000 100000 1011101 1000010 1000010 0 1000000 11110000 110001 11001

Color Harmonies of #20205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20205D

Black with #20205D

Text Example


Text Example

White with #20205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,32,93); }

 H1.HeaderClassName
 {
   color: #20205D;
 }
 .AnyTagClassName
 {
   color: #20205D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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