Html Css Color HEX #393B9D Dark Slate Blue

📋 copy color: '#393B9D'

red 57 ◦ green 59 ◦ blue 157

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

Shades of Dark Slate Blue #393B9D

Tints of Dark Slate Blue #393B9D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.61%

 BLUE value IS 157 (61.72% from 255) = 57.51%

R = 20.88%
G = 21.61%
B = 57.51%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#393B9D (or 0x393B9D) is known color: Dark Slate Blue. HEX triplet: 39, 3B and 9D. RGB value is (57,59,157). Sum of RGB (Red+Green+Blue) = 57+59+157=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #393B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393B9D is #C6C462. Grayscale: #454545. Windows color (decimal): -13026403 or 10304313. OLE color: 10304313.

HSL color Cylindrical-coordinate representation of color #393B9D: hue angle of 238.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #393B9D is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 59 157 -
CMYK 0.64 0.62 0 0.38
HSL 238.8º 0.47% 0.42% -
HSV(B) 238.8º 0.64% 0.62% -
XYZ 9.34 6.43 32.65 -
YUV 69.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 57 59 157 0.64 0.62 0 0.38 238.8 0.47 0.42
Hex 39 3B 9D 40 3E 0 26 EF 2F 2A
Octal 71 73 235 100 76 0 46 357 57 52
Binary 111001 111011 10011101 1000000 111110 0 100110 11101111 101111 101010

Color Harmonies of #393B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393B9D

Black with #393B9D

Text Example


Text Example

White with #393B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393B9D; }

 p { color: rgb(57,59,157); }

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

background-color css

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

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

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

border-color css

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

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

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