Html Css Color HEX #323050 Paua

📋 copy color: '#323050'

red 50 ◦ green 48 ◦ blue 80

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

Shades of Paua #323050

Tints of Paua #323050

RGB

 RED value IS 50 (19.92% from 255) = 28.09%

 GREEN value IS 48 (19.14% from 255) = 26.97%

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

R = 28.09%
G = 26.97%
B = 44.94%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#323050 (or 0x323050) is known color: Paua. HEX triplet: 32, 30 and 50. RGB value is (50,48,80). Sum of RGB (Red+Green+Blue) = 50+48+80=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #323050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323050 is #CDCFAF. Grayscale: #343434. Windows color (decimal): -13488048 or 5255218. OLE color: 5255218.

HSL color Cylindrical-coordinate representation of color #323050: hue angle of 243.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #323050 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 48 80 -
CMYK 0.37 0.40 0 0.69
HSL 243.75º 0.25% 0.25% -
HSV(B) 243.75º 0.4% 0.31% -
XYZ 3.82 3.37 8.04 -
YUV 52.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 50 48 80 0.37 0.40 0 0.69 243.75 0.25 0.25
Hex 32 30 50 25 28 0 45 F4 19 19
Octal 62 60 120 45 50 0 105 364 31 31
Binary 110010 110000 1010000 100101 101000 0 1000101 11110100 11001 11001

Color Harmonies of #323050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323050

Black with #323050

Text Example


Text Example

White with #323050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323050; }

 p { color: rgb(50,48,80); }

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

background-color css

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

 a { background-color: rgb(50,48,80); }

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

border-color css

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

 span { border-color: rgb(50,48,80); }

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