Html Css Color HEX #393692 Dark Slate Blue

📋 copy color: '#393692'

red 57 ◦ green 54 ◦ blue 146

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

Shades of Dark Slate Blue #393692

Tints of Dark Slate Blue #393692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.01%

 BLUE value IS 146 (57.42% from 255) = 56.81%

R = 22.18%
G = 21.01%
B = 56.81%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#393692 (or 0x393692) is known color: Dark Slate Blue. HEX triplet: 39, 36 and 92. RGB value is (57,54,146). Sum of RGB (Red+Green+Blue) = 57+54+146=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #393692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393692 is #C6C96D. Grayscale: #414141. Windows color (decimal): -13027694 or 9582137. OLE color: 9582137.

HSL color Cylindrical-coordinate representation of color #393692: hue angle of 241.96º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #393692 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 54 146 -
CMYK 0.61 0.63 0 0.43
HSL 241.96º 0.46% 0.39% -
HSV(B) 241.96º 0.63% 0.57% -
XYZ 8.19 5.58 27.84 -
YUV 65.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 57 54 146 0.61 0.63 0 0.43 241.96 0.46 0.39
Hex 39 36 92 3D 3F 0 2B F2 2E 27
Octal 71 66 222 75 77 0 53 362 56 47
Binary 111001 110110 10010010 111101 111111 0 101011 11110010 101110 100111

Color Harmonies of #393692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393692

Black with #393692

Text Example


Text Example

White with #393692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393692; }

 p { color: rgb(57,54,146); }

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

background-color css

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

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

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

border-color css

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

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

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