Html Css Color HEX #322E48 Revolver

📋 copy color: '#322E48'

red 50 ◦ green 46 ◦ blue 72

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

Shades of Revolver #322E48

Tints of Revolver #322E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 42.86%

R = 29.76%
G = 27.38%
B = 42.86%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#322E48 (or 0x322E48) is known color: Revolver. HEX triplet: 32, 2E and 48. RGB value is (50,46,72). Sum of RGB (Red+Green+Blue) = 50+46+72=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #322E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E48 is #CDD1B7. Grayscale: #323232. Windows color (decimal): -13488568 or 4730418. OLE color: 4730418.

HSL color Cylindrical-coordinate representation of color #322E48: hue angle of 249.23º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #322E48 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 46 72 -
CMYK 0.31 0.36 0 0.72
HSL 249.23º 0.22% 0.23% -
HSV(B) 249.23º 0.36% 0.28% -
XYZ 3.46 3.1 6.55 -
YUV 50.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 50 46 72 0.31 0.36 0 0.72 249.23 0.22 0.23
Hex 32 2E 48 1F 24 0 48 F9 16 17
Octal 62 56 110 37 44 0 110 371 26 27
Binary 110010 101110 1001000 11111 100100 0 1001000 11111001 10110 10111

Color Harmonies of #322E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322E48

Black with #322E48

Text Example


Text Example

White with #322E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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