Html Css Color HEX #322994 Dark Slate Blue

📋 copy color: '#322994'

red 50 ◦ green 41 ◦ blue 148

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

Shades of Dark Slate Blue #322994

Tints of Dark Slate Blue #322994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.92%

R = 20.92%
G = 17.15%
B = 61.92%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#322994 (or 0x322994) is known color: Dark Slate Blue. HEX triplet: 32, 29 and 94. RGB value is (50,41,148). Sum of RGB (Red+Green+Blue) = 50+41+148=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #322994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322994 is #CDD66B. Grayscale: #373737. Windows color (decimal): -13489772 or 9709874. OLE color: 9709874.

HSL color Cylindrical-coordinate representation of color #322994: hue angle of 245.05º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #322994 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 41 148 -
CMYK 0.66 0.72 0 0.42
HSL 245.05º 0.57% 0.37% -
HSV(B) 245.05º 0.72% 0.58% -
XYZ 7.45 4.4 28.47 -
YUV 55.89 179.98 123.8 -
System Red Green Blue C M Y K H S L
Decimal 50 41 148 0.66 0.72 0 0.42 245.05 0.57 0.37
Hex 32 29 94 42 48 0 2A F5 39 25
Octal 62 51 224 102 110 0 52 365 71 45
Binary 110010 101001 10010100 1000010 1001000 0 101010 11110101 111001 100101

Color Harmonies of #322994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322994

Black with #322994

Text Example


Text Example

White with #322994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322994; }

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

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

background-color css

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

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

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

border-color css

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

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

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