Html Css Color HEX #322D96 Dark Slate Blue

📋 copy color: '#322D96'

red 50 ◦ green 45 ◦ blue 150

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

Shades of Dark Slate Blue #322D96

Tints of Dark Slate Blue #322D96

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.37%

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

R = 20.41%
G = 18.37%
B = 61.22%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#322D96 (or 0x322D96) is known color: Dark Slate Blue. HEX triplet: 32, 2D and 96. RGB value is (50,45,150). Sum of RGB (Red+Green+Blue) = 50+45+150=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #322D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322D96 is #CDD269. Grayscale: #3A3A3A. Windows color (decimal): -13488746 or 9841970. OLE color: 9841970.

HSL color Cylindrical-coordinate representation of color #322D96: hue angle of 242.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #322D96 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 45 150 -
CMYK 0.67 0.70 0 0.41
HSL 242.86º 0.54% 0.38% -
HSV(B) 242.86º 0.7% 0.59% -
XYZ 7.76 4.76 29.36 -
YUV 58.47 179.66 121.96 -
System Red Green Blue C M Y K H S L
Decimal 50 45 150 0.67 0.70 0 0.41 242.86 0.54 0.38
Hex 32 2D 96 43 46 0 29 F3 36 26
Octal 62 55 226 103 106 0 51 363 66 46
Binary 110010 101101 10010110 1000011 1000110 0 101001 11110011 110110 100110

Color Harmonies of #322D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322D96

Black with #322D96

Text Example


Text Example

White with #322D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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