Html Css Color HEX #20225D Paua

📋 copy color: '#20225D'

red 32 ◦ green 34 ◦ blue 93

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

Shades of Paua #20225D

Tints of Paua #20225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.38%

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

R = 20.13%
G = 21.38%
B = 58.49%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20225D (or 0x20225D) is known color: Paua. HEX triplet: 20, 22 and 5D. RGB value is (32,34,93). Sum of RGB (Red+Green+Blue) = 32+34+93=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #20225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20225D is #DFDDA2. Grayscale: #272727. Windows color (decimal): -14671267 or 6103584. OLE color: 6103584.

HSL color Cylindrical-coordinate representation of color #20225D: hue angle of 238.03º 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 #20225D is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 34 93 -
CMYK 0.66 0.63 0 0.64
HSL 238.03º 0.49% 0.25% -
HSV(B) 238.03º 0.66% 0.36% -
XYZ 3.14 2.24 10.62 -
YUV 40.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 32 34 93 0.66 0.63 0 0.64 238.03 0.49 0.25
Hex 20 22 5D 42 3F 0 40 EE 31 19
Octal 40 42 135 102 77 0 100 356 61 31
Binary 100000 100010 1011101 1000010 111111 0 1000000 11101110 110001 11001

Color Harmonies of #20225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20225D

Black with #20225D

Text Example


Text Example

White with #20225D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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