Html Css Color HEX #393B95 Dark Slate Blue

📋 copy color: '#393B95'

red 57 ◦ green 59 ◦ blue 149

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

Shades of Dark Slate Blue #393B95

Tints of Dark Slate Blue #393B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.23%

R = 21.51%
G = 22.26%
B = 56.23%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#393B95 (or 0x393B95) is known color: Dark Slate Blue. HEX triplet: 39, 3B and 95. RGB value is (57,59,149). Sum of RGB (Red+Green+Blue) = 57+59+149=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #393B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393B95 is #C6C46A. Grayscale: #444444. Windows color (decimal): -13026411 or 9780025. OLE color: 9780025.

HSL color Cylindrical-coordinate representation of color #393B95: hue angle of 238.7º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #393B95 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 59 149 -
CMYK 0.62 0.60 0 0.42
HSL 238.7º 0.45% 0.4% -
HSV(B) 238.7º 0.62% 0.58% -
XYZ 8.68 6.17 29.17 -
YUV 68.66 173.34 119.68 -
System Red Green Blue C M Y K H S L
Decimal 57 59 149 0.62 0.60 0 0.42 238.7 0.45 0.4
Hex 39 3B 95 3E 3C 0 2A EF 2D 28
Octal 71 73 225 76 74 0 52 357 55 50
Binary 111001 111011 10010101 111110 111100 0 101010 11101111 101101 101000

Color Harmonies of #393B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393B95

Black with #393B95

Text Example


Text Example

White with #393B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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