Html Css Color HEX #3E349B Dark Slate Blue

📋 copy color: '#3E349B'

red 62 ◦ green 52 ◦ blue 155

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

Shades of Dark Slate Blue #3E349B

Tints of Dark Slate Blue #3E349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.62%

R = 23.05%
G = 19.33%
B = 57.62%

CMYK

 C value IS 0.6

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E349B (or 0x3E349B) is known color: Dark Slate Blue. HEX triplet: 3E, 34 and 9B. RGB value is (62,52,155). Sum of RGB (Red+Green+Blue) = 62+52+155=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E349B is #C1CB64. Grayscale: #424242. Windows color (decimal): -12700517 or 10171454. OLE color: 10171454.

HSL color Cylindrical-coordinate representation of color #3E349B: hue angle of 245.83º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E349B is Cyan = 0.6, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 62 52 155 -
CMYK 0.6 0.66 0 0.39
HSL 245.83º 0.5% 0.41% -
HSV(B) 245.83º 0.66% 0.61% -
XYZ 9.13 5.85 31.66 -
YUV 66.73 177.81 124.62 -
System Red Green Blue C M Y K H S L
Decimal 62 52 155 0.6 0.66 0 0.39 245.83 0.5 0.41
Hex 3E 34 9B 3C 42 0 27 F6 32 29
Octal 76 64 233 74 102 0 47 366 62 51
Binary 111110 110100 10011011 111100 1000010 0 100111 11110110 110010 101001

Color Harmonies of #3E349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E349B

Black with #3E349B

Text Example


Text Example

White with #3E349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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