Html Css Color HEX #201950 Paua

📋 copy color: '#201950'

red 32 ◦ green 25 ◦ blue 80

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

Shades of Paua #201950

Tints of Paua #201950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 58.39%

R = 23.36%
G = 18.25%
B = 58.39%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#201950 (or 0x201950) is known color: Paua. HEX triplet: 20, 19 and 50. RGB value is (32,25,80). Sum of RGB (Red+Green+Blue) = 32+25+80=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #201950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201950 is #DFE6AF. Grayscale: #212121. Windows color (decimal): -14673584 or 5249312. OLE color: 5249312.

HSL color Cylindrical-coordinate representation of color #201950: hue angle of 247.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #201950 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 25 80 -
CMYK 0.60 0.69 0 0.69
HSL 247.64º 0.52% 0.21% -
HSV(B) 247.64º 0.69% 0.31% -
XYZ 2.39 1.58 7.77 -
YUV 33.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 32 25 80 0.60 0.69 0 0.69 247.64 0.52 0.21
Hex 20 19 50 3C 45 0 45 F8 34 15
Octal 40 31 120 74 105 0 105 370 64 25
Binary 100000 11001 1010000 111100 1000101 0 1000101 11111000 110100 10101

Color Harmonies of #201950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201950

Black with #201950

Text Example


Text Example

White with #201950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201950; }

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

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

background-color css

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

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

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

border-color css

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

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

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