Html Css Color HEX #3E3994 Dark Slate Blue

📋 copy color: '#3E3994'

red 62 ◦ green 57 ◦ blue 148

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

Shades of Dark Slate Blue #3E3994

Tints of Dark Slate Blue #3E3994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.35%

 BLUE value IS 148 (58.2% from 255) = 55.43%

R = 23.22%
G = 21.35%
B = 55.43%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3E3994 (or 0x3E3994) is known color: Dark Slate Blue. HEX triplet: 3E, 39 and 94. RGB value is (62,57,148). Sum of RGB (Red+Green+Blue) = 62+57+148=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E3994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3994 is #C1C66B. Grayscale: #444444. Windows color (decimal): -12699244 or 9713982. OLE color: 9713982.

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

Color convert

RGB 62 57 148 -
CMYK 0.58 0.61 0 0.42
HSL 243.3º 0.44% 0.4% -
HSV(B) 243.3º 0.61% 0.58% -
XYZ 8.8 6.09 28.73 -
YUV 68.87 172.66 123.1 -
System Red Green Blue C M Y K H S L
Decimal 62 57 148 0.58 0.61 0 0.42 243.3 0.44 0.4
Hex 3E 39 94 3A 3D 0 2A F3 2C 28
Octal 76 71 224 72 75 0 52 363 54 50
Binary 111110 111001 10010100 111010 111101 0 101010 11110011 101100 101000

Color Harmonies of #3E3994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3994

Black with #3E3994

Text Example


Text Example

White with #3E3994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,57,148); }

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

background-color css

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

 a { background-color: rgb(62,57,148); }

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

border-color css

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

 span { border-color: rgb(62,57,148); }

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