Html Css Color HEX #3E338B Dark Slate Blue

📋 copy color: '#3E338B'

red 62 ◦ green 51 ◦ blue 139

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

Shades of Dark Slate Blue #3E338B

Tints of Dark Slate Blue #3E338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

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

R = 24.6%
G = 20.24%
B = 55.16%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E338B (or 0x3E338B) is known color: Dark Slate Blue. HEX triplet: 3E, 33 and 8B. RGB value is (62,51,139). Sum of RGB (Red+Green+Blue) = 62+51+139=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E338B is #C1CC74. Grayscale: #3F3F3F. Windows color (decimal): -12700789 or 9122622. OLE color: 9122622.

HSL color Cylindrical-coordinate representation of color #3E338B: hue angle of 247.5º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E338B is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 51 139 -
CMYK 0.55 0.63 0 0.45
HSL 247.5º 0.46% 0.37% -
HSV(B) 247.5º 0.63% 0.55% -
XYZ 7.83 5.26 25.03 -
YUV 64.32 170.14 126.34 -
System Red Green Blue C M Y K H S L
Decimal 62 51 139 0.55 0.63 0 0.45 247.5 0.46 0.37
Hex 3E 33 8B 37 3F 0 2D F8 2E 25
Octal 76 63 213 67 77 0 55 370 56 45
Binary 111110 110011 10001011 110111 111111 0 101101 11111000 101110 100101

Color Harmonies of #3E338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E338B

Black with #3E338B

Text Example


Text Example

White with #3E338B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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