Html Css Color HEX #322CA2 Dark Slate Blue

📋 copy color: '#322CA2'

red 50 ◦ green 44 ◦ blue 162

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

Shades of Dark Slate Blue #322CA2

Tints of Dark Slate Blue #322CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.19%

 BLUE value IS 162 (63.67% from 255) = 63.28%

R = 19.53%
G = 17.19%
B = 63.28%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#322CA2 (or 0x322CA2) is known color: Dark Slate Blue. HEX triplet: 32, 2C and A2. RGB value is (50,44,162). Sum of RGB (Red+Green+Blue) = 50+44+162=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 162 (63.67% from 255 or 63.28% from 256); Max value from RGB is 162 - color contains mainly: blue. Hex color #322CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322CA2 is #CDD35D. Grayscale: #3A3A3A. Windows color (decimal): -13488990 or 10628146. OLE color: 10628146.

HSL color Cylindrical-coordinate representation of color #322CA2: hue angle of 243.05º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #322CA2 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 44 162 -
CMYK 0.69 0.73 0 0.36
HSL 243.05º 0.57% 0.4% -
HSV(B) 243.05º 0.73% 0.64% -
XYZ 8.74 5.09 34.7 -
YUV 59.25 185.99 121.41 -
System Red Green Blue C M Y K H S L
Decimal 50 44 162 0.69 0.73 0 0.36 243.05 0.57 0.4
Hex 32 2C A2 45 49 0 24 F3 39 28
Octal 62 54 242 105 111 0 44 363 71 50
Binary 110010 101100 10100010 1000101 1001001 0 100100 11110011 111001 101000

Color Harmonies of #322CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322CA2

Black with #322CA2

Text Example


Text Example

White with #322CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,44,162); }

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

background-color css

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

 a { background-color: rgb(50,44,162); }

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

border-color css

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

 span { border-color: rgb(50,44,162); }

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