Html Css Color HEX #3E388E Dark Slate Blue

📋 copy color: '#3E388E'

red 62 ◦ green 56 ◦ blue 142

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

Shades of Dark Slate Blue #3E388E

Tints of Dark Slate Blue #3E388E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 54.62%

R = 23.85%
G = 21.54%
B = 54.62%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E388E (or 0x3E388E) is known color: Dark Slate Blue. HEX triplet: 3E, 38 and 8E. RGB value is (62,56,142). Sum of RGB (Red+Green+Blue) = 62+56+142=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E388E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E388E is #C1C771. Grayscale: #434343. Windows color (decimal): -12699506 or 9320510. OLE color: 9320510.

HSL color Cylindrical-coordinate representation of color #3E388E: hue angle of 244.19º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E388E is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 62 56 142 -
CMYK 0.56 0.61 0 0.44
HSL 244.19º 0.43% 0.39% -
HSV(B) 244.19º 0.61% 0.56% -
XYZ 8.28 5.81 26.28 -
YUV 67.6 169.99 124.01 -
System Red Green Blue C M Y K H S L
Decimal 62 56 142 0.56 0.61 0 0.44 244.19 0.43 0.39
Hex 3E 38 8E 38 3D 0 2C F4 2B 27
Octal 76 70 216 70 75 0 54 364 53 47
Binary 111110 111000 10001110 111000 111101 0 101100 11110100 101011 100111

Color Harmonies of #3E388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E388E

Black with #3E388E

Text Example


Text Example

White with #3E388E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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