Html Css Color HEX #3E388B Dark Slate Blue

📋 copy color: '#3E388B'

red 62 ◦ green 56 ◦ blue 139

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

Shades of Dark Slate Blue #3E388B

Tints of Dark Slate Blue #3E388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.79%

 BLUE value IS 139 (54.69% from 255) = 54.09%

R = 24.12%
G = 21.79%
B = 54.09%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E388B (or 0x3E388B) is known color: Dark Slate Blue. HEX triplet: 3E, 38 and 8B. RGB value is (62,56,139). Sum of RGB (Red+Green+Blue) = 62+56+139=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E388B is #C1C774. Grayscale: #424242. Windows color (decimal): -12699509 or 9123902. OLE color: 9123902.

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

Color convert

RGB 62 56 139 -
CMYK 0.55 0.60 0 0.45
HSL 244.34º 0.43% 0.38% -
HSV(B) 244.34º 0.6% 0.55% -
XYZ 8.06 5.72 25.1 -
YUV 67.26 168.49 124.25 -
System Red Green Blue C M Y K H S L
Decimal 62 56 139 0.55 0.60 0 0.45 244.34 0.43 0.38
Hex 3E 38 8B 37 3C 0 2D F4 2B 26
Octal 76 70 213 67 74 0 55 364 53 46
Binary 111110 111000 10001011 110111 111100 0 101101 11110100 101011 100110

Color Harmonies of #3E388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E388B

Black with #3E388B

Text Example


Text Example

White with #3E388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,56,139); }

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

background-color css

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

 a { background-color: rgb(62,56,139); }

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

border-color css

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

 span { border-color: rgb(62,56,139); }

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