#3D2E95

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

Shades of Dark Slate Blue #3D2E95

Tints of Dark Slate Blue #3D2E95

Color information

#3D2E95 (or 0x3D2E95) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 2E and 95. RGB value is (61,46,149). Sum of RGB (Red+Green+Blue) = 61+46+149=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D2E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2E95 is #C2D16A. Grayscale: #3D3D3D. Windows color (decimal): -12767595 or 9776701. OLE color: 9776701.

HSL color Cylindrical-coordinate representation of color #3D2E95: hue angle of 248.74º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D2E95 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6146149-
CMYK0.590.6900.42
HSL248.74º52.82%38.24%-
HSV(B)248.74º69.13%58.43%-
XYZ8.335.1228.98-
YUV62.23176.97127.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.83%
GREEN value IS 46 (18.36% from 255) = 17.97%
BLUE value IS 149 (58.59% from 255) = 58.20%
R=23.83%
G=17.97%
B=58.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61461490.590.6900.42248.7452.8238.24
Hex3D2E953B4502Af93526
Octal7556225731050523716546
Binary111101101110100101011110111000101010101011111001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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