Html Css Color HEX #3E3292 Dark Slate Blue

📋 copy color: '#3E3292'

red 62 ◦ green 50 ◦ blue 146

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

Shades of Dark Slate Blue #3E3292

Tints of Dark Slate Blue #3E3292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.38%

 BLUE value IS 146 (57.42% from 255) = 56.59%

R = 24.03%
G = 19.38%
B = 56.59%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3E3292 (or 0x3E3292) is known color: Dark Slate Blue. HEX triplet: 3E, 32 and 92. RGB value is (62,50,146). Sum of RGB (Red+Green+Blue) = 62+50+146=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E3292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3292 is #C1CD6D. Grayscale: #404040. Windows color (decimal): -12701038 or 9581118. OLE color: 9581118.

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

Color convert

RGB 62 50 146 -
CMYK 0.58 0.66 0 0.43
HSL 247.5º 0.49% 0.38% -
HSV(B) 247.5º 0.66% 0.57% -
XYZ 8.32 5.38 27.79 -
YUV 64.53 173.98 126.19 -
System Red Green Blue C M Y K H S L
Decimal 62 50 146 0.58 0.66 0 0.43 247.5 0.49 0.38
Hex 3E 32 92 3A 42 0 2B F8 31 26
Octal 76 62 222 72 102 0 53 370 61 46
Binary 111110 110010 10010010 111010 1000010 0 101011 11111000 110001 100110

Color Harmonies of #3E3292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3292

Black with #3E3292

Text Example


Text Example

White with #3E3292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,50,146); }

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

background-color css

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

 a { background-color: rgb(62,50,146); }

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

border-color css

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

 span { border-color: rgb(62,50,146); }

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