Html Css Color HEX #3E3485 Dark Slate Blue

📋 copy color: '#3E3485'

red 62 ◦ green 52 ◦ blue 133

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

Shades of Dark Slate Blue #3E3485

Tints of Dark Slate Blue #3E3485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 53.85%

R = 25.1%
G = 21.05%
B = 53.85%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3E3485 (or 0x3E3485) is known color: Dark Slate Blue. HEX triplet: 3E, 34 and 85. RGB value is (62,52,133). Sum of RGB (Red+Green+Blue) = 62+52+133=247 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.10% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E3485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3485 is #C1CB7A. Grayscale: #3F3F3F. Windows color (decimal): -12700539 or 8729662. OLE color: 8729662.

HSL color Cylindrical-coordinate representation of color #3E3485: hue angle of 247.41º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E3485 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 62 52 133 -
CMYK 0.53 0.61 0 0.48
HSL 247.41º 0.44% 0.36% -
HSV(B) 247.41º 0.61% 0.52% -
XYZ 7.45 5.17 22.8 -
YUV 64.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 62 52 133 0.53 0.61 0 0.48 247.41 0.44 0.36
Hex 3E 34 85 35 3D 0 30 F7 2C 24
Octal 76 64 205 65 75 0 60 367 54 44
Binary 111110 110100 10000101 110101 111101 0 110000 11110111 101100 100100

Color Harmonies of #3E3485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3485

Black with #3E3485

Text Example


Text Example

White with #3E3485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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