Html Css Color HEX #322F57 Paua

📋 copy color: '#322F57'

red 50 ◦ green 47 ◦ blue 87

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

Shades of Paua #322F57

Tints of Paua #322F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 47.28%

R = 27.17%
G = 25.54%
B = 47.28%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#322F57 (or 0x322F57) is known color: Paua. HEX triplet: 32, 2F and 57. RGB value is (50,47,87). Sum of RGB (Red+Green+Blue) = 50+47+87=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #322F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F57 is #CDD0A8. Grayscale: #343434. Windows color (decimal): -13488297 or 5713714. OLE color: 5713714.

HSL color Cylindrical-coordinate representation of color #322F57: hue angle of 244.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #322F57 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 47 87 -
CMYK 0.43 0.46 0 0.66
HSL 244.5º 0.3% 0.26% -
HSV(B) 244.5º 0.46% 0.34% -
XYZ 4.05 3.4 9.46 -
YUV 52.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 50 47 87 0.43 0.46 0 0.66 244.5 0.3 0.26
Hex 32 2F 57 2B 2E 0 42 F4 1E 1A
Octal 62 57 127 53 56 0 102 364 36 32
Binary 110010 101111 1010111 101011 101110 0 1000010 11110100 11110 11010

Color Harmonies of #322F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322F57

Black with #322F57

Text Example


Text Example

White with #322F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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