Html Css Color HEX #20225B Paua

📋 copy color: '#20225B'

red 32 ◦ green 34 ◦ blue 91

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

Shades of Paua #20225B

Tints of Paua #20225B

RGB

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

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

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

R = 20.38%
G = 21.66%
B = 57.96%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20225B (or 0x20225B) is known color: Paua. HEX triplet: 20, 22 and 5B. RGB value is (32,34,91). Sum of RGB (Red+Green+Blue) = 32+34+91=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #20225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20225B is #DFDDA4. Grayscale: #272727. Windows color (decimal): -14671269 or 5972512. OLE color: 5972512.

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

Color convert

RGB 32 34 91 -
CMYK 0.65 0.63 0 0.64
HSL 237.97º 0.48% 0.24% -
HSV(B) 237.97º 0.65% 0.36% -
XYZ 3.06 2.21 10.16 -
YUV 39.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 32 34 91 0.65 0.63 0 0.64 237.97 0.48 0.24
Hex 20 22 5B 41 3F 0 40 EE 30 18
Octal 40 42 133 101 77 0 100 356 60 30
Binary 100000 100010 1011011 1000001 111111 0 1000000 11101110 110000 11000

Color Harmonies of #20225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20225B

Black with #20225B

Text Example


Text Example

White with #20225B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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