#3E348A

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

Shades of Dark Slate Blue #3E348A

Tints of Dark Slate Blue #3E348A

Color information

#3E348A (or 0x3E348A) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 34 and 8A. RGB value is (62,52,138). Sum of RGB (Red+Green+Blue) = 62+52+138=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E348A is #C1CB75. Grayscale: #404040. Windows color (decimal): -12700534 or 9057342. OLE color: 9057342.

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

Color convert

RGB6252138-
CMYK0.550.6200.46
HSL246.98º45.26%37.25%-
HSV(B)246.98º62.32%54.12%-
XYZ7.85.3224.66-
YUV64.79169.31126.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.60%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 138 (54.30% from 255) = 54.76%
R=24.60%
G=20.63%
B=54.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal62521380.550.6200.46246.9845.2637.25
Hex3E348A373E02Ef72d25
Octal766421267760563675545
Binary11111011010010001010110111111110010111011110111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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