Html Css Color HEX #393994 Dark Slate Blue

📋 copy color: '#393994'

red 57 ◦ green 57 ◦ blue 148

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

Shades of Dark Slate Blue #393994

Tints of Dark Slate Blue #393994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.76%

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

R = 21.76%
G = 21.76%
B = 56.49%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#393994 (or 0x393994) is known color: Dark Slate Blue. HEX triplet: 39, 39 and 94. RGB value is (57,57,148). Sum of RGB (Red+Green+Blue) = 57+57+148=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #393994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393994 is #C6C66B. Grayscale: #434343. Windows color (decimal): -13026924 or 9713977. OLE color: 9713977.

HSL color Cylindrical-coordinate representation of color #393994: hue angle of 240º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #393994 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 57 148 -
CMYK 0.61 0.61 0 0.42
HSL 240º 0.44% 0.4% -
HSV(B) 240º 0.61% 0.58% -
XYZ 8.5 5.93 28.71 -
YUV 67.37 173.5 120.6 -
System Red Green Blue C M Y K H S L
Decimal 57 57 148 0.61 0.61 0 0.42 240 0.44 0.4
Hex 39 39 94 3D 3D 0 2A F0 2C 28
Octal 71 71 224 75 75 0 52 360 54 50
Binary 111001 111001 10010100 111101 111101 0 101010 11110000 101100 101000

Color Harmonies of #393994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393994

Black with #393994

Text Example


Text Example

White with #393994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393994; }

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

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

background-color css

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

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

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

border-color css

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

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

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