Html Css Color HEX #20225A Paua

📋 copy color: '#20225A'

red 32 ◦ green 34 ◦ blue 90

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

Shades of Paua #20225A

Tints of Paua #20225A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 57.69%

R = 20.51%
G = 21.79%
B = 57.69%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#20225A (or 0x20225A) is known color: Paua. HEX triplet: 20, 22 and 5A. RGB value is (32,34,90). Sum of RGB (Red+Green+Blue) = 32+34+90=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #20225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20225A is #DFDDA5. Grayscale: #272727. Windows color (decimal): -14671270 or 5906976. OLE color: 5906976.

HSL color Cylindrical-coordinate representation of color #20225A: hue angle of 237.93º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20225A is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 34 90 -
CMYK 0.64 0.62 0 0.65
HSL 237.93º 0.48% 0.24% -
HSV(B) 237.93º 0.64% 0.35% -
XYZ 3.01 2.19 9.94 -
YUV 39.79 156.34 122.45 -
System Red Green Blue C M Y K H S L
Decimal 32 34 90 0.64 0.62 0 0.65 237.93 0.48 0.24
Hex 20 22 5A 40 3E 0 41 EE 30 18
Octal 40 42 132 100 76 0 101 356 60 30
Binary 100000 100010 1011010 1000000 111110 0 1000001 11101110 110000 11000

Color Harmonies of #20225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20225A

Black with #20225A

Text Example


Text Example

White with #20225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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