Html Css Color HEX #3E3395 Dark Slate Blue

📋 copy color: '#3E3395'

red 62 ◦ green 51 ◦ blue 149

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

Shades of Dark Slate Blue #3E3395

Tints of Dark Slate Blue #3E3395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.47%

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

R = 23.66%
G = 19.47%
B = 56.87%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3E3395 (or 0x3E3395) is known color: Dark Slate Blue. HEX triplet: 3E, 33 and 95. RGB value is (62,51,149). Sum of RGB (Red+Green+Blue) = 62+51+149=262 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.66% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E3395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3395 is #C1CC6A. Grayscale: #414141. Windows color (decimal): -12700779 or 9777982. OLE color: 9777982.

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

Color convert

RGB 62 51 149 -
CMYK 0.58 0.66 0 0.42
HSL 246.73º 0.49% 0.39% -
HSV(B) 246.73º 0.66% 0.58% -
XYZ 8.6 5.56 29.05 -
YUV 65.46 175.14 125.53 -
System Red Green Blue C M Y K H S L
Decimal 62 51 149 0.58 0.66 0 0.42 246.73 0.49 0.39
Hex 3E 33 95 3A 42 0 2A F7 31 27
Octal 76 63 225 72 102 0 52 367 61 47
Binary 111110 110011 10010101 111010 1000010 0 101010 11110111 110001 100111

Color Harmonies of #3E3395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3395

Black with #3E3395

Text Example


Text Example

White with #3E3395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,51,149); }

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

background-color css

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

 a { background-color: rgb(62,51,149); }

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

border-color css

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

 span { border-color: rgb(62,51,149); }

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