Html Css Color HEX #20205B Paua

📋 copy color: '#20205B'

red 32 ◦ green 32 ◦ blue 91

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

Shades of Paua #20205B

Tints of Paua #20205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 58.71%

R = 20.65%
G = 20.65%
B = 58.71%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20205B (or 0x20205B) is known color: Paua. HEX triplet: 20, 20 and 5B. RGB value is (32,32,91). Sum of RGB (Red+Green+Blue) = 32+32+91=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #20205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20205B is #DFDFA4. Grayscale: #262626. Windows color (decimal): -14671781 or 5972000. OLE color: 5972000.

HSL color Cylindrical-coordinate representation of color #20205B: hue angle of 240º 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 #20205B is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 32 91 -
CMYK 0.65 0.65 0 0.64
HSL 240º 0.48% 0.24% -
HSV(B) 240º 0.65% 0.36% -
XYZ 3 2.1 10.14 -
YUV 38.73 157.5 123.2 -
System Red Green Blue C M Y K H S L
Decimal 32 32 91 0.65 0.65 0 0.64 240 0.48 0.24
Hex 20 20 5B 41 41 0 40 F0 30 18
Octal 40 40 133 101 101 0 100 360 60 30
Binary 100000 100000 1011011 1000001 1000001 0 1000000 11110000 110000 11000

Color Harmonies of #20205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20205B

Black with #20205B

Text Example


Text Example

White with #20205B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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