Html Css Color HEX #393699 Dark Slate Blue

📋 copy color: '#393699'

red 57 ◦ green 54 ◦ blue 153

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

Shades of Dark Slate Blue #393699

Tints of Dark Slate Blue #393699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.45%

 BLUE value IS 153 (60.16% from 255) = 57.95%

R = 21.59%
G = 20.45%
B = 57.95%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#393699 (or 0x393699) is known color: Dark Slate Blue. HEX triplet: 39, 36 and 99. RGB value is (57,54,153). Sum of RGB (Red+Green+Blue) = 57+54+153=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #393699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393699 is #C6C966. Grayscale: #414141. Windows color (decimal): -13027687 or 10040889. OLE color: 10040889.

HSL color Cylindrical-coordinate representation of color #393699: hue angle of 241.82º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #393699 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 54 153 -
CMYK 0.63 0.65 0 0.4
HSL 241.82º 0.48% 0.41% -
HSV(B) 241.82º 0.65% 0.6% -
XYZ 8.76 5.81 30.8 -
YUV 66.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 57 54 153 0.63 0.65 0 0.4 241.82 0.48 0.41
Hex 39 36 99 3F 41 0 28 F2 30 29
Octal 71 66 231 77 101 0 50 362 60 51
Binary 111001 110110 10011001 111111 1000001 0 101000 11110010 110000 101001

Color Harmonies of #393699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393699

Black with #393699

Text Example


Text Example

White with #393699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393699; }

 p { color: rgb(57,54,153); }

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

background-color css

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

 a { background-color: rgb(57,54,153); }

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

border-color css

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

 span { border-color: rgb(57,54,153); }

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