Html Css Color HEX #3E389D Dark Slate Blue

📋 copy color: '#3E389D'

red 62 ◦ green 56 ◦ blue 157

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

Shades of Dark Slate Blue #3E389D

Tints of Dark Slate Blue #3E389D

RGB

 RED value IS 62 (24.61% from 255) = 22.55%

 GREEN value IS 56 (22.27% from 255) = 20.36%

 BLUE value IS 157 (61.72% from 255) = 57.09%

R = 22.55%
G = 20.36%
B = 57.09%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3E389D (or 0x3E389D) is known color: Dark Slate Blue. HEX triplet: 3E, 38 and 9D. RGB value is (62,56,157). Sum of RGB (Red+Green+Blue) = 62+56+157=275 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.55% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E389D is #C1C762. Grayscale: #444444. Windows color (decimal): -12699491 or 10303550. OLE color: 10303550.

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

Color convert

RGB 62 56 157 -
CMYK 0.61 0.64 0 0.38
HSL 243.56º 0.47% 0.42% -
HSV(B) 243.56º 0.64% 0.62% -
XYZ 9.49 6.29 32.61 -
YUV 69.31 177.49 122.79 -
System Red Green Blue C M Y K H S L
Decimal 62 56 157 0.61 0.64 0 0.38 243.56 0.47 0.42
Hex 3E 38 9D 3D 40 0 26 F4 2F 2A
Octal 76 70 235 75 100 0 46 364 57 52
Binary 111110 111000 10011101 111101 1000000 0 100110 11110100 101111 101010

Color Harmonies of #3E389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E389D

Black with #3E389D

Text Example


Text Example

White with #3E389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E389D; }

 p { color: rgb(62,56,157); }

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

background-color css

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

 a { background-color: rgb(62,56,157); }

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

border-color css

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

 span { border-color: rgb(62,56,157); }

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