Html Css Color HEX #322E4E Paua

📋 copy color: '#322E4E'

red 50 ◦ green 46 ◦ blue 78

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

Shades of Paua #322E4E

Tints of Paua #322E4E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.44%

 BLUE value IS 78 (30.86% from 255) = 44.83%

R = 28.74%
G = 26.44%
B = 44.83%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#322E4E (or 0x322E4E) is known color: Paua. HEX triplet: 32, 2E and 4E. RGB value is (50,46,78). Sum of RGB (Red+Green+Blue) = 50+46+78=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #322E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E4E is #CDD1B1. Grayscale: #323232. Windows color (decimal): -13488562 or 5123634. OLE color: 5123634.

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

Color convert

RGB 50 46 78 -
CMYK 0.36 0.41 0 0.69
HSL 247.5º 0.26% 0.24% -
HSV(B) 247.5º 0.41% 0.31% -
XYZ 3.67 3.18 7.63 -
YUV 50.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 50 46 78 0.36 0.41 0 0.69 247.5 0.26 0.24
Hex 32 2E 4E 24 29 0 45 F8 1A 18
Octal 62 56 116 44 51 0 105 370 32 30
Binary 110010 101110 1001110 100100 101001 0 1000101 11111000 11010 11000

Color Harmonies of #322E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322E4E

Black with #322E4E

Text Example


Text Example

White with #322E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,46,78); }

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

background-color css

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

 a { background-color: rgb(50,46,78); }

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

border-color css

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

 span { border-color: rgb(50,46,78); }

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