Html Css Color HEX #202159 Paua

📋 copy color: '#202159'

red 32 ◦ green 33 ◦ blue 89

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

Shades of Paua #202159

Tints of Paua #202159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 57.79%

R = 20.78%
G = 21.43%
B = 57.79%

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

#202159 (or 0x202159) is known color: Paua. HEX triplet: 20, 21 and 59. RGB value is (32,33,89). Sum of RGB (Red+Green+Blue) = 32+33+89=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #202159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202159 is #DFDEA6. Grayscale: #262626. Windows color (decimal): -14671527 or 5841184. OLE color: 5841184.

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

Color convert

RGB 32 33 89 -
CMYK 0.64 0.63 0 0.65
HSL 238.95º 0.47% 0.24% -
HSV(B) 238.95º 0.64% 0.35% -
XYZ 2.94 2.12 9.7 -
YUV 39.09 156.17 122.95 -
System Red Green Blue C M Y K H S L
Decimal 32 33 89 0.64 0.63 0 0.65 238.95 0.47 0.24
Hex 20 21 59 40 3F 0 41 EF 2F 18
Octal 40 41 131 100 77 0 101 357 57 30
Binary 100000 100001 1011001 1000000 111111 0 1000001 11101111 101111 11000

Color Harmonies of #202159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202159

Black with #202159

Text Example


Text Example

White with #202159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202159; }

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

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

background-color css

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

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

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

border-color css

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

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

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