Html Css Color HEX #201946 Paua

📋 copy color: '#201946'

red 32 ◦ green 25 ◦ blue 70

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

Shades of Paua #201946

Tints of Paua #201946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.69%

 BLUE value IS 70 (27.73% from 255) = 55.12%

R = 25.2%
G = 19.69%
B = 55.12%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#201946 (or 0x201946) is known color: Paua. HEX triplet: 20, 19 and 46. RGB value is (32,25,70). Sum of RGB (Red+Green+Blue) = 32+25+70=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 70 (27.73% from 255 or 55.12% from 127); Max value from RGB is 70 - color contains mainly: blue. Hex color #201946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201946 is #DFE6B9. Grayscale: #202020. Windows color (decimal): -14673594 or 4593952. OLE color: 4593952.

HSL color Cylindrical-coordinate representation of color #201946: hue angle of 249.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #201946 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 32 25 70 -
CMYK 0.54 0.64 0 0.73
HSL 249.33º 0.47% 0.19% -
HSV(B) 249.33º 0.64% 0.27% -
XYZ 2.05 1.44 5.97 -
YUV 32.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 32 25 70 0.54 0.64 0 0.73 249.33 0.47 0.19
Hex 20 19 46 36 40 0 49 F9 2F 13
Octal 40 31 106 66 100 0 111 371 57 23
Binary 100000 11001 1000110 110110 1000000 0 1001001 11111001 101111 10011

Color Harmonies of #201946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201946

Black with #201946

Text Example


Text Example

White with #201946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201946; }

 p { color: rgb(32,25,70); }

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

background-color css

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

 a { background-color: rgb(32,25,70); }

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

border-color css

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

 span { border-color: rgb(32,25,70); }

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