Html Css Color HEX #3E3F94 Dark Slate Blue

📋 copy color: '#3E3F94'

red 62 ◦ green 63 ◦ blue 148

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

Shades of Dark Slate Blue #3E3F94

Tints of Dark Slate Blue #3E3F94

RGB

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

 GREEN value IS 63 (25% from 255) = 23.08%

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

R = 22.71%
G = 23.08%
B = 54.21%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3E3F94 (or 0x3E3F94) is known color: Dark Slate Blue. HEX triplet: 3E, 3F and 94. RGB value is (62,63,148). Sum of RGB (Red+Green+Blue) = 62+63+148=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E3F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3F94 is #C1C06B. Grayscale: #484848. Windows color (decimal): -12697708 or 9715518. OLE color: 9715518.

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

Color convert

RGB 62 63 148 -
CMYK 0.58 0.57 0 0.42
HSL 239.3º 0.41% 0.41% -
HSV(B) 239.3º 0.58% 0.58% -
XYZ 9.11 6.72 28.83 -
YUV 72.39 170.67 120.59 -
System Red Green Blue C M Y K H S L
Decimal 62 63 148 0.58 0.57 0 0.42 239.3 0.41 0.41
Hex 3E 3F 94 3A 39 0 2A EF 29 29
Octal 76 77 224 72 71 0 52 357 51 51
Binary 111110 111111 10010100 111010 111001 0 101010 11101111 101001 101001

Color Harmonies of #3E3F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3F94

Black with #3E3F94

Text Example


Text Example

White with #3E3F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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