#3E348B

Color #3E348B Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #3E348B

Tints of Dark Slate Blue #3E348B

Color information

#3E348B (or 0x3E348B) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 34 and 8B. RGB value is (62,52,139). Sum of RGB (Red+Green+Blue) = 62+52+139=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E348B is #C1CB74. Grayscale: #404040. Windows color (decimal): -12700533 or 9122878. OLE color: 9122878.

HSL color Cylindrical-coordinate representation of color #3E348B: hue angle of 246.9º 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 #3E348B is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6252139-
CMYK0.550.6300.45
HSL246.9º45.55%37.45%-
HSV(B)246.9º62.59%54.51%-
XYZ7.875.3425.04-
YUV64.91169.81125.93-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.51%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 139 (54.69% from 255) = 54.94%
R=24.51%
G=20.55%
B=54.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62521390.550.6300.45246.945.5537.45
Hex3E348B373F02Df72e25
Octal766421367770553675645
Binary11111011010010001011110111111111010110111110111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E348B;
 }
 .AnyTagClassName
 {
   color: #3E348B;
 }
</style>
background-color css

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

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

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

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

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

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