Html Css Color HEX #393495 Dark Slate Blue

📋 copy color: '#393495'

red 57 ◦ green 52 ◦ blue 149

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

Shades of Dark Slate Blue #393495

Tints of Dark Slate Blue #393495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.16%

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

R = 22.09%
G = 20.16%
B = 57.75%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#393495 (or 0x393495) is known color: Dark Slate Blue. HEX triplet: 39, 34 and 95. RGB value is (57,52,149). Sum of RGB (Red+Green+Blue) = 57+52+149=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #393495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393495 is #C6CB6A. Grayscale: #404040. Windows color (decimal): -13028203 or 9778233. OLE color: 9778233.

HSL color Cylindrical-coordinate representation of color #393495: hue angle of 243.09º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #393495 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 52 149 -
CMYK 0.62 0.65 0 0.42
HSL 243.09º 0.48% 0.39% -
HSV(B) 243.09º 0.65% 0.58% -
XYZ 8.34 5.5 29.05 -
YUV 64.55 175.66 122.61 -
System Red Green Blue C M Y K H S L
Decimal 57 52 149 0.62 0.65 0 0.42 243.09 0.48 0.39
Hex 39 34 95 3E 41 0 2A F3 30 27
Octal 71 64 225 76 101 0 52 363 60 47
Binary 111001 110100 10010101 111110 1000001 0 101010 11110011 110000 100111

Color Harmonies of #393495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393495

Black with #393495

Text Example


Text Example

White with #393495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393495; }

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

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

background-color css

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

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

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

border-color css

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

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

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