#3D3C95

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

Shades of Dark Slate Blue #3D3C95

Tints of Dark Slate Blue #3D3C95

Color information

#3D3C95 (or 0x3D3C95) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 3C and 95. RGB value is (61,60,149). Sum of RGB (Red+Green+Blue) = 61+60+149=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D3C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3C95 is #C2C36A. Grayscale: #464646. Windows color (decimal): -12764011 or 9780285. OLE color: 9780285.

HSL color Cylindrical-coordinate representation of color #3D3C95: hue angle of 240.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D3C95 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6160149-
CMYK0.590.6000.42
HSL240.67º42.58%40.98%-
HSV(B)240.67º59.73%58.43%-
XYZ8.976.3929.2-
YUV70.45172.33121.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.59%
GREEN value IS 60 (23.83% from 255) = 22.22%
BLUE value IS 149 (58.59% from 255) = 55.19%
R=22.59%
G=22.22%
B=55.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61601490.590.6000.42240.6742.5840.98
Hex3D3C953B3C02Af12b29
Octal757422573740523615351
Binary11110111110010010101111011111100010101011110001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,60,149); }

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

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

 a { background-color: rgb(61,60,149); }

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

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

 span { border-color: rgb(61,60,149); }

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