Html Css Color HEX #393086 Dark Slate Blue

📋 copy color: '#393086'

red 57 ◦ green 48 ◦ blue 134

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

Shades of Dark Slate Blue #393086

Tints of Dark Slate Blue #393086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.08%

 BLUE value IS 134 (52.73% from 255) = 56.07%

R = 23.85%
G = 20.08%
B = 56.07%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#393086 (or 0x393086) is known color: Dark Slate Blue. HEX triplet: 39, 30 and 86. RGB value is (57,48,134). Sum of RGB (Red+Green+Blue) = 57+48+134=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #393086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393086 is #C6CF79. Grayscale: #3C3C3C. Windows color (decimal): -13029242 or 8794169. OLE color: 8794169.

HSL color Cylindrical-coordinate representation of color #393086: hue angle of 246.28º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #393086 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 48 134 -
CMYK 0.57 0.64 0 0.47
HSL 246.28º 0.47% 0.36% -
HSV(B) 246.28º 0.64% 0.53% -
XYZ 7.05 4.7 23.09 -
YUV 60.5 169.48 125.51 -
System Red Green Blue C M Y K H S L
Decimal 57 48 134 0.57 0.64 0 0.47 246.28 0.47 0.36
Hex 39 30 86 39 40 0 2F F6 2F 24
Octal 71 60 206 71 100 0 57 366 57 44
Binary 111001 110000 10000110 111001 1000000 0 101111 11110110 101111 100100

Color Harmonies of #393086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393086

Black with #393086

Text Example


Text Example

White with #393086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393086; }

 p { color: rgb(57,48,134); }

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

background-color css

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

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

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

border-color css

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

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

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