Html Css Color HEX #3E348D Dark Slate Blue

📋 copy color: '#3E348D'

red 62 ◦ green 52 ◦ blue 141

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

Shades of Dark Slate Blue #3E348D

Tints of Dark Slate Blue #3E348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 55.29%

R = 24.31%
G = 20.39%
B = 55.29%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E348D (or 0x3E348D) is known color: Dark Slate Blue. HEX triplet: 3E, 34 and 8D. RGB value is (62,52,141). Sum of RGB (Red+Green+Blue) = 62+52+141=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E348D is #C1CB72. Grayscale: #404040. Windows color (decimal): -12700531 or 9253950. OLE color: 9253950.

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

Color convert

RGB 62 52 141 -
CMYK 0.56 0.63 0 0.45
HSL 246.74º 0.46% 0.38% -
HSV(B) 246.74º 0.63% 0.55% -
XYZ 8.02 5.4 25.82 -
YUV 65.14 170.81 125.76 -
System Red Green Blue C M Y K H S L
Decimal 62 52 141 0.56 0.63 0 0.45 246.74 0.46 0.38
Hex 3E 34 8D 38 3F 0 2D F7 2E 26
Octal 76 64 215 70 77 0 55 367 56 46
Binary 111110 110100 10001101 111000 111111 0 101101 11110111 101110 100110

Color Harmonies of #3E348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E348D

Black with #3E348D

Text Example


Text Example

White with #3E348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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