Html Css Color HEX #322F53 Paua

📋 copy color: '#322F53'

red 50 ◦ green 47 ◦ blue 83

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

Shades of Paua #322F53

Tints of Paua #322F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 46.11%

R = 27.78%
G = 26.11%
B = 46.11%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#322F53 (or 0x322F53) is known color: Paua. HEX triplet: 32, 2F and 53. RGB value is (50,47,83). Sum of RGB (Red+Green+Blue) = 50+47+83=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #322F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F53 is #CDD0AC. Grayscale: #333333. Windows color (decimal): -13488301 or 5451570. OLE color: 5451570.

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

Color convert

RGB 50 47 83 -
CMYK 0.40 0.43 0 0.67
HSL 245º 0.28% 0.25% -
HSV(B) 245º 0.43% 0.33% -
XYZ 3.89 3.34 8.62 -
YUV 52 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 50 47 83 0.40 0.43 0 0.67 245 0.28 0.25
Hex 32 2F 53 28 2B 0 43 F5 1C 19
Octal 62 57 123 50 53 0 103 365 34 31
Binary 110010 101111 1010011 101000 101011 0 1000011 11110101 11100 11001

Color Harmonies of #322F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322F53

Black with #322F53

Text Example


Text Example

White with #322F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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