Html Css Color HEX #322F50 Paua

📋 copy color: '#322F50'

red 50 ◦ green 47 ◦ blue 80

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

Shades of Paua #322F50

Tints of Paua #322F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.55%

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

R = 28.25%
G = 26.55%
B = 45.2%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#322F50 (or 0x322F50) is known color: Paua. HEX triplet: 32, 2F and 50. RGB value is (50,47,80). Sum of RGB (Red+Green+Blue) = 50+47+80=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #322F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F50 is #CDD0AF. Grayscale: #333333. Windows color (decimal): -13488304 or 5254962. OLE color: 5254962.

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

Color convert

RGB 50 47 80 -
CMYK 0.37 0.41 0 0.69
HSL 245.45º 0.26% 0.25% -
HSV(B) 245.45º 0.41% 0.31% -
XYZ 3.78 3.29 8.03 -
YUV 51.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 50 47 80 0.37 0.41 0 0.69 245.45 0.26 0.25
Hex 32 2F 50 25 29 0 45 F5 1A 19
Octal 62 57 120 45 51 0 105 365 32 31
Binary 110010 101111 1010000 100101 101001 0 1000101 11110101 11010 11001

Color Harmonies of #322F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322F50

Black with #322F50

Text Example


Text Example

White with #322F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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