Html Css Color HEX #20225E Paua

📋 copy color: '#20225E'

red 32 ◦ green 34 ◦ blue 94

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

Shades of Paua #20225E

Tints of Paua #20225E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 58.75%

R = 20%
G = 21.25%
B = 58.75%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20225E (or 0x20225E) is known color: Paua. HEX triplet: 20, 22 and 5E. RGB value is (32,34,94). Sum of RGB (Red+Green+Blue) = 32+34+94=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 94 (37.11% from 255 or 58.75% from 160); Max value from RGB is 94 - color contains mainly: blue. Hex color #20225E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20225E is #DFDDA1. Grayscale: #282828. Windows color (decimal): -14671266 or 6169120. OLE color: 6169120.

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

Color convert

RGB 32 34 94 -
CMYK 0.66 0.64 0 0.63
HSL 238.06º 0.49% 0.25% -
HSV(B) 238.06º 0.66% 0.37% -
XYZ 3.19 2.26 10.86 -
YUV 40.24 158.34 122.12 -
System Red Green Blue C M Y K H S L
Decimal 32 34 94 0.66 0.64 0 0.63 238.06 0.49 0.25
Hex 20 22 5E 42 40 0 3F EE 31 19
Octal 40 42 136 102 100 0 77 356 61 31
Binary 100000 100010 1011110 1000010 1000000 0 111111 11101110 110001 11001

Color Harmonies of #20225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20225E

Black with #20225E

Text Example


Text Example

White with #20225E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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