#3D3293

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

Shades of Dark Slate Blue #3D3293

Tints of Dark Slate Blue #3D3293

Color information

#3D3293 (or 0x3D3293) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 32 and 93. RGB value is (61,50,147). Sum of RGB (Red+Green+Blue) = 61+50+147=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D3293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3293 is #C2CD6C. Grayscale: #3F3F3F. Windows color (decimal): -12766573 or 9646653. OLE color: 9646653.

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

Color convert

RGB6150147-
CMYK0.590.6600.42
HSL246.8º49.24%38.63%-
HSV(B)246.8º65.99%57.65%-
XYZ8.335.3828.2-
YUV64.35174.64125.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.64%
GREEN value IS 50 (19.92% from 255) = 19.38%
BLUE value IS 147 (57.81% from 255) = 56.98%
R=23.64%
G=19.38%
B=56.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61501470.590.6600.42246.849.2438.63
Hex3D32933B4202Af73127
Octal7562223731020523676147
Binary111101110010100100111110111000010010101011110111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,50,147); }

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

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

 a { background-color: rgb(61,50,147); }

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

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

 span { border-color: rgb(61,50,147); }

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