Html Css Color HEX #393D9F Dark Slate Blue

📋 copy color: '#393D9F'

red 57 ◦ green 61 ◦ blue 159

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

Shades of Dark Slate Blue #393D9F

Tints of Dark Slate Blue #393D9F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.02%

 BLUE value IS 159 (62.5% from 255) = 57.4%

R = 20.58%
G = 22.02%
B = 57.4%

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

#393D9F (or 0x393D9F) is known color: Dark Slate Blue. HEX triplet: 39, 3D and 9F. RGB value is (57,61,159). Sum of RGB (Red+Green+Blue) = 57+61+159=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #393D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393D9F is #C6C260. Grayscale: #464646. Windows color (decimal): -13025889 or 10435897. OLE color: 10435897.

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

Color convert

RGB 57 61 159 -
CMYK 0.64 0.62 0 0.38
HSL 237.65º 0.47% 0.42% -
HSV(B) 237.65º 0.64% 0.62% -
XYZ 9.61 6.71 33.59 -
YUV 70.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 57 61 159 0.64 0.62 0 0.38 237.65 0.47 0.42
Hex 39 3D 9F 40 3E 0 26 EE 2F 2A
Octal 71 75 237 100 76 0 46 356 57 52
Binary 111001 111101 10011111 1000000 111110 0 100110 11101110 101111 101010

Color Harmonies of #393D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D9F

Black with #393D9F

Text Example


Text Example

White with #393D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,61,159); }

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

background-color css

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

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

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

border-color css

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

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

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