Html Css Color HEX #322C55 Paua

📋 copy color: '#322C55'

red 50 ◦ green 44 ◦ blue 85

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

Shades of Paua #322C55

Tints of Paua #322C55

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.58%

 BLUE value IS 85 (33.59% from 255) = 47.49%

R = 27.93%
G = 24.58%
B = 47.49%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#322C55 (or 0x322C55) is known color: Paua. HEX triplet: 32, 2C and 55. RGB value is (50,44,85). Sum of RGB (Red+Green+Blue) = 50+44+85=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #322C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C55 is #CDD3AA. Grayscale: #323232. Windows color (decimal): -13489067 or 5581874. OLE color: 5581874.

HSL color Cylindrical-coordinate representation of color #322C55: hue angle of 248.78º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #322C55 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 44 85 -
CMYK 0.41 0.48 0 0.67
HSL 248.78º 0.32% 0.25% -
HSV(B) 248.78º 0.48% 0.33% -
XYZ 3.86 3.14 9 -
YUV 50.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 50 44 85 0.41 0.48 0 0.67 248.78 0.32 0.25
Hex 32 2C 55 29 30 0 43 F9 20 19
Octal 62 54 125 51 60 0 103 371 40 31
Binary 110010 101100 1010101 101001 110000 0 1000011 11111001 100000 11001

Color Harmonies of #322C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322C55

Black with #322C55

Text Example


Text Example

White with #322C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,44,85); }

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

background-color css

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

 a { background-color: rgb(50,44,85); }

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

border-color css

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

 span { border-color: rgb(50,44,85); }

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