Html Css Color HEX #393B9C Dark Slate Blue

📋 copy color: '#393B9C'

red 57 ◦ green 59 ◦ blue 156

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

Shades of Dark Slate Blue #393B9C

Tints of Dark Slate Blue #393B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.35%

R = 20.96%
G = 21.69%
B = 57.35%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#393B9C (or 0x393B9C) is known color: Dark Slate Blue. HEX triplet: 39, 3B and 9C. RGB value is (57,59,156). Sum of RGB (Red+Green+Blue) = 57+59+156=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #393B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393B9C is #C6C463. Grayscale: #454545. Windows color (decimal): -13026404 or 10238777. OLE color: 10238777.

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

Color convert

RGB 57 59 156 -
CMYK 0.63 0.62 0 0.39
HSL 238.79º 0.46% 0.42% -
HSV(B) 238.79º 0.63% 0.61% -
XYZ 9.25 6.4 32.2 -
YUV 69.46 176.84 119.11 -
System Red Green Blue C M Y K H S L
Decimal 57 59 156 0.63 0.62 0 0.39 238.79 0.46 0.42
Hex 39 3B 9C 3F 3E 0 27 EF 2E 2A
Octal 71 73 234 77 76 0 47 357 56 52
Binary 111001 111011 10011100 111111 111110 0 100111 11101111 101110 101010

Color Harmonies of #393B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393B9C

Black with #393B9C

Text Example


Text Example

White with #393B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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