Html Css Color HEX #3E3494 Dark Slate Blue

📋 copy color: '#3E3494'

red 62 ◦ green 52 ◦ blue 148

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

Shades of Dark Slate Blue #3E3494

Tints of Dark Slate Blue #3E3494

RGB

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

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

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

R = 23.66%
G = 19.85%
B = 56.49%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3E3494 (or 0x3E3494) is known color: Dark Slate Blue. HEX triplet: 3E, 34 and 94. RGB value is (62,52,148). Sum of RGB (Red+Green+Blue) = 62+52+148=262 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.66% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E3494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3494 is #C1CB6B. Grayscale: #414141. Windows color (decimal): -12700524 or 9712702. OLE color: 9712702.

HSL color Cylindrical-coordinate representation of color #3E3494: hue angle of 246.25º 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 #3E3494 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 62 52 148 -
CMYK 0.58 0.65 0 0.42
HSL 246.25º 0.48% 0.39% -
HSV(B) 246.25º 0.65% 0.58% -
XYZ 8.56 5.62 28.65 -
YUV 65.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 62 52 148 0.58 0.65 0 0.42 246.25 0.48 0.39
Hex 3E 34 94 3A 41 0 2A F6 30 27
Octal 76 64 224 72 101 0 52 366 60 47
Binary 111110 110100 10010100 111010 1000001 0 101010 11110110 110000 100111

Color Harmonies of #3E3494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3494

Black with #3E3494

Text Example


Text Example

White with #3E3494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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