Html Css Color HEX #3E348E Dark Slate Blue

📋 copy color: '#3E348E'

red 62 ◦ green 52 ◦ blue 142

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

Shades of Dark Slate Blue #3E348E

Tints of Dark Slate Blue #3E348E

RGB

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

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

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

R = 24.22%
G = 20.31%
B = 55.47%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E348E (or 0x3E348E) is known color: Dark Slate Blue. HEX triplet: 3E, 34 and 8E. RGB value is (62,52,142). Sum of RGB (Red+Green+Blue) = 62+52+142=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E348E is #C1CB71. Grayscale: #404040. Windows color (decimal): -12700530 or 9319486. OLE color: 9319486.

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

Color convert

RGB 62 52 142 -
CMYK 0.56 0.63 0 0.44
HSL 246.67º 0.46% 0.38% -
HSV(B) 246.67º 0.63% 0.56% -
XYZ 8.1 5.43 26.21 -
YUV 65.25 171.31 125.68 -
System Red Green Blue C M Y K H S L
Decimal 62 52 142 0.56 0.63 0 0.44 246.67 0.46 0.38
Hex 3E 34 8E 38 3F 0 2C F7 2E 26
Octal 76 64 216 70 77 0 54 367 56 46
Binary 111110 110100 10001110 111000 111111 0 101100 11110111 101110 100110

Color Harmonies of #3E348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E348E

Black with #3E348E

Text Example


Text Example

White with #3E348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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