Html Css Color HEX #3E338E Dark Slate Blue

📋 copy color: '#3E338E'

red 62 ◦ green 51 ◦ blue 142

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

Shades of Dark Slate Blue #3E338E

Tints of Dark Slate Blue #3E338E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 55.69%

R = 24.31%
G = 20%
B = 55.69%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E338E (or 0x3E338E) is known color: Dark Slate Blue. HEX triplet: 3E, 33 and 8E. RGB value is (62,51,142). Sum of RGB (Red+Green+Blue) = 62+51+142=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E338E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E338E is #C1CC71. Grayscale: #404040. Windows color (decimal): -12700786 or 9319230. OLE color: 9319230.

HSL color Cylindrical-coordinate representation of color #3E338E: hue angle of 247.25º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E338E is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 62 51 142 -
CMYK 0.56 0.64 0 0.44
HSL 247.25º 0.47% 0.38% -
HSV(B) 247.25º 0.64% 0.56% -
XYZ 8.05 5.34 26.2 -
YUV 64.66 171.64 126.1 -
System Red Green Blue C M Y K H S L
Decimal 62 51 142 0.56 0.64 0 0.44 247.25 0.47 0.38
Hex 3E 33 8E 38 40 0 2C F7 2F 26
Octal 76 63 216 70 100 0 54 367 57 46
Binary 111110 110011 10001110 111000 1000000 0 101100 11110111 101111 100110

Color Harmonies of #3E338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E338E

Black with #3E338E

Text Example


Text Example

White with #3E338E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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