Html Css Color HEX #322F4F Paua

📋 copy color: '#322F4F'

red 50 ◦ green 47 ◦ blue 79

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

Shades of Paua #322F4F

Tints of Paua #322F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 44.89%

R = 28.41%
G = 26.7%
B = 44.89%

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

#322F4F (or 0x322F4F) is known color: Paua. HEX triplet: 32, 2F and 4F. RGB value is (50,47,79). Sum of RGB (Red+Green+Blue) = 50+47+79=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #322F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F4F is #CDD0B0. Grayscale: #333333. Windows color (decimal): -13488305 or 5189426. OLE color: 5189426.

HSL color Cylindrical-coordinate representation of color #322F4F: hue angle of 245.62º degrees, saturation: 0.25, 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 #322F4F is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 47 79 -
CMYK 0.37 0.41 0 0.69
HSL 245.63º 0.25% 0.25% -
HSV(B) 245.63º 0.41% 0.31% -
XYZ 3.74 3.28 7.83 -
YUV 51.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 50 47 79 0.37 0.41 0 0.69 245.63 0.25 0.25
Hex 32 2F 4F 25 29 0 45 F6 19 19
Octal 62 57 117 45 51 0 105 366 31 31
Binary 110010 101111 1001111 100101 101001 0 1000101 11110110 11001 11001

Color Harmonies of #322F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322F4F

Black with #322F4F

Text Example


Text Example

White with #322F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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