Html Css Color HEX #322996 Dark Slate Blue

📋 copy color: '#322996'

red 50 ◦ green 41 ◦ blue 150

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

Shades of Dark Slate Blue #322996

Tints of Dark Slate Blue #322996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.01%

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

R = 20.75%
G = 17.01%
B = 62.24%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#322996 (or 0x322996) is known color: Dark Slate Blue. HEX triplet: 32, 29 and 96. RGB value is (50,41,150). Sum of RGB (Red+Green+Blue) = 50+41+150=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #322996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322996 is #CDD669. Grayscale: #373737. Windows color (decimal): -13489770 or 9840946. OLE color: 9840946.

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

Color convert

RGB 50 41 150 -
CMYK 0.67 0.73 0 0.41
HSL 244.95º 0.57% 0.37% -
HSV(B) 244.95º 0.73% 0.59% -
XYZ 7.61 4.47 29.31 -
YUV 56.12 180.98 123.64 -
System Red Green Blue C M Y K H S L
Decimal 50 41 150 0.67 0.73 0 0.41 244.95 0.57 0.37
Hex 32 29 96 43 49 0 29 F5 39 25
Octal 62 51 226 103 111 0 51 365 71 45
Binary 110010 101001 10010110 1000011 1001001 0 101001 11110101 111001 100101

Color Harmonies of #322996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322996

Black with #322996

Text Example


Text Example

White with #322996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322996; }

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

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

background-color css

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

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

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

border-color css

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

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

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