Html Css Color HEX #393194 Dark Slate Blue

📋 copy color: '#393194'

red 57 ◦ green 49 ◦ blue 148

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

Shades of Dark Slate Blue #393194

Tints of Dark Slate Blue #393194

RGB

 RED value IS 57 (22.66% from 255) = 22.44%

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

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

R = 22.44%
G = 19.29%
B = 58.27%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#393194 (or 0x393194) is known color: Dark Slate Blue. HEX triplet: 39, 31 and 94. RGB value is (57,49,148). Sum of RGB (Red+Green+Blue) = 57+49+148=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #393194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393194 is #C6CE6B. Grayscale: #3E3E3E. Windows color (decimal): -13028972 or 9711929. OLE color: 9711929.

HSL color Cylindrical-coordinate representation of color #393194: hue angle of 244.85º degrees, saturation: 0.5, 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 #393194 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 49 148 -
CMYK 0.61 0.67 0 0.42
HSL 244.85º 0.5% 0.39% -
HSV(B) 244.85º 0.67% 0.58% -
XYZ 8.13 5.2 28.59 -
YUV 62.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 57 49 148 0.61 0.67 0 0.42 244.85 0.5 0.39
Hex 39 31 94 3D 43 0 2A F5 32 27
Octal 71 61 224 75 103 0 52 365 62 47
Binary 111001 110001 10010100 111101 1000011 0 101010 11110101 110010 100111

Color Harmonies of #393194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393194

Black with #393194

Text Example


Text Example

White with #393194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393194; }

 p { color: rgb(57,49,148); }

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

background-color css

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

 a { background-color: rgb(57,49,148); }

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

border-color css

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

 span { border-color: rgb(57,49,148); }

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