Html Css Color HEX #393A9E Dark Slate Blue

📋 copy color: '#393A9E'

red 57 ◦ green 58 ◦ blue 158

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

Shades of Dark Slate Blue #393A9E

Tints of Dark Slate Blue #393A9E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.25%

 BLUE value IS 158 (62.11% from 255) = 57.88%

R = 20.88%
G = 21.25%
B = 57.88%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#393A9E (or 0x393A9E) is known color: Dark Slate Blue. HEX triplet: 39, 3A and 9E. RGB value is (57,58,158). Sum of RGB (Red+Green+Blue) = 57+58+158=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #393A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393A9E is #C6C561. Grayscale: #444444. Windows color (decimal): -13026658 or 10369593. OLE color: 10369593.

HSL color Cylindrical-coordinate representation of color #393A9E: hue angle of 239.41º 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 #393A9E is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 58 158 -
CMYK 0.64 0.63 0 0.38
HSL 239.41º 0.47% 0.42% -
HSV(B) 239.41º 0.64% 0.62% -
XYZ 9.37 6.36 33.08 -
YUV 69.1 178.17 119.37 -
System Red Green Blue C M Y K H S L
Decimal 57 58 158 0.64 0.63 0 0.38 239.41 0.47 0.42
Hex 39 3A 9E 40 3F 0 26 EF 2F 2A
Octal 71 72 236 100 77 0 46 357 57 52
Binary 111001 111010 10011110 1000000 111111 0 100110 11101111 101111 101010

Color Harmonies of #393A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A9E

Black with #393A9E

Text Example


Text Example

White with #393A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,58,158); }

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

background-color css

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

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

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

border-color css

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

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

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