Html Css Color HEX #3E359B Dark Slate Blue

📋 copy color: '#3E359B'

red 62 ◦ green 53 ◦ blue 155

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

Shades of Dark Slate Blue #3E359B

Tints of Dark Slate Blue #3E359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.63%

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

R = 22.96%
G = 19.63%
B = 57.41%

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

#3E359B (or 0x3E359B) is known color: Dark Slate Blue. HEX triplet: 3E, 35 and 9B. RGB value is (62,53,155). Sum of RGB (Red+Green+Blue) = 62+53+155=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E359B is #C1CA64. Grayscale: #424242. Windows color (decimal): -12700261 or 10171710. OLE color: 10171710.

HSL color Cylindrical-coordinate representation of color #3E359B: hue angle of 245.29º degrees, saturation: 0.49, 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 #3E359B is Cyan = 0.6, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 62 53 155 -
CMYK 0.6 0.66 0 0.39
HSL 245.29º 0.49% 0.41% -
HSV(B) 245.29º 0.66% 0.61% -
XYZ 9.18 5.94 31.67 -
YUV 67.32 177.48 124.21 -
System Red Green Blue C M Y K H S L
Decimal 62 53 155 0.6 0.66 0 0.39 245.29 0.49 0.41
Hex 3E 35 9B 3C 42 0 27 F5 31 29
Octal 76 65 233 74 102 0 47 365 61 51
Binary 111110 110101 10011011 111100 1000010 0 100111 11110101 110001 101001

Color Harmonies of #3E359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E359B

Black with #3E359B

Text Example


Text Example

White with #3E359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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