Html Css Color HEX #20215A Paua

📋 copy color: '#20215A'

red 32 ◦ green 33 ◦ blue 90

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

Shades of Paua #20215A

Tints of Paua #20215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.29%

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

R = 20.65%
G = 21.29%
B = 58.06%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#20215A (or 0x20215A) is known color: Paua. HEX triplet: 20, 21 and 5A. RGB value is (32,33,90). Sum of RGB (Red+Green+Blue) = 32+33+90=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #20215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20215A is #DFDEA5. Grayscale: #262626. Windows color (decimal): -14671526 or 5906720. OLE color: 5906720.

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

Color convert

RGB 32 33 90 -
CMYK 0.64 0.63 0 0.65
HSL 238.97º 0.48% 0.24% -
HSV(B) 238.97º 0.64% 0.35% -
XYZ 2.98 2.13 9.93 -
YUV 39.2 156.67 122.87 -
System Red Green Blue C M Y K H S L
Decimal 32 33 90 0.64 0.63 0 0.65 238.97 0.48 0.24
Hex 20 21 5A 40 3F 0 41 EF 30 18
Octal 40 41 132 100 77 0 101 357 60 30
Binary 100000 100001 1011010 1000000 111111 0 1000001 11101111 110000 11000

Color Harmonies of #20215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20215A

Black with #20215A

Text Example


Text Example

White with #20215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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