Html Css Color HEX #323195 Dark Slate Blue

📋 copy color: '#323195'

red 50 ◦ green 49 ◦ blue 149

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

Shades of Dark Slate Blue #323195

Tints of Dark Slate Blue #323195

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.76%

 BLUE value IS 149 (58.59% from 255) = 60.08%

R = 20.16%
G = 19.76%
B = 60.08%

CMYK

 C value IS 0.66

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#323195 (or 0x323195) is known color: Dark Slate Blue. HEX triplet: 32, 31 and 95. RGB value is (50,49,149). Sum of RGB (Red+Green+Blue) = 50+49+149=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #323195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323195 is #CDCE6A. Grayscale: #3C3C3C. Windows color (decimal): -13487723 or 9777458. OLE color: 9777458.

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

Color convert

RGB 50 49 149 -
CMYK 0.66 0.67 0 0.42
HSL 240.6º 0.51% 0.39% -
HSV(B) 240.6º 0.67% 0.58% -
XYZ 7.84 5.04 28.99 -
YUV 60.7 177.83 120.37 -
System Red Green Blue C M Y K H S L
Decimal 50 49 149 0.66 0.67 0 0.42 240.6 0.51 0.39
Hex 32 31 95 42 43 0 2A F1 33 27
Octal 62 61 225 102 103 0 52 361 63 47
Binary 110010 110001 10010101 1000010 1000011 0 101010 11110001 110011 100111

Color Harmonies of #323195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323195

Black with #323195

Text Example


Text Example

White with #323195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323195; }

 p { color: rgb(50,49,149); }

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

background-color css

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

 a { background-color: rgb(50,49,149); }

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

border-color css

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

 span { border-color: rgb(50,49,149); }

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