Html Css Color HEX #322396 Dark Slate Blue

📋 copy color: '#322396'

red 50 ◦ green 35 ◦ blue 150

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

Shades of Dark Slate Blue #322396

Tints of Dark Slate Blue #322396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

 BLUE value IS 150 (58.98% from 255) = 63.83%

R = 21.28%
G = 14.89%
B = 63.83%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#322396 (or 0x322396) is known color: Dark Slate Blue. HEX triplet: 32, 23 and 96. RGB value is (50,35,150). Sum of RGB (Red+Green+Blue) = 50+35+150=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 150 (58.98% from 255 or 63.83% from 235); Max value from RGB is 150 - color contains mainly: blue. Hex color #322396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322396 is #CDDC69. Grayscale: #343434. Windows color (decimal): -13491306 or 9839410. OLE color: 9839410.

HSL color Cylindrical-coordinate representation of color #322396: hue angle of 247.83º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #322396 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 35 150 -
CMYK 0.67 0.77 0 0.41
HSL 247.83º 0.62% 0.36% -
HSV(B) 247.83º 0.77% 0.59% -
XYZ 7.42 4.08 29.25 -
YUV 52.6 182.97 126.15 -
System Red Green Blue C M Y K H S L
Decimal 50 35 150 0.67 0.77 0 0.41 247.83 0.62 0.36
Hex 32 23 96 43 4D 0 29 F8 3E 24
Octal 62 43 226 103 115 0 51 370 76 44
Binary 110010 100011 10010110 1000011 1001101 0 101001 11111000 111110 100100

Color Harmonies of #322396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322396

Black with #322396

Text Example


Text Example

White with #322396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322396; }

 p { color: rgb(50,35,150); }

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

background-color css

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

 a { background-color: rgb(50,35,150); }

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

border-color css

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

 span { border-color: rgb(50,35,150); }

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