#3E389C

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

Shades of Dark Slate Blue #3E389C

Tints of Dark Slate Blue #3E389C

Color information

#3E389C (or 0x3E389C) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 38 and 9C. RGB value is (62,56,156). Sum of RGB (Red+Green+Blue) = 62+56+156=274 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.63% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E389C is #C1C763. Grayscale: #444444. Windows color (decimal): -12699492 or 10238014. OLE color: 10238014.

HSL color Cylindrical-coordinate representation of color #3E389C: hue angle of 243.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E389C is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6256156-
CMYK0.600.6400.39
HSL243.6º47.17%41.57%-
HSV(B)243.6º64.1%61.18%-
XYZ9.46.2532.16-
YUV69.19176.99122.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.63%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 156 (61.33% from 255) = 56.93%
R=22.63%
G=20.44%
B=56.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal62561560.600.6400.39243.647.1741.57
Hex3E389C3C40027f42f2a
Octal7670234741000473645752
Binary111110111000100111001111001000000010011111110100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E389C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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