#3D3593

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

Shades of Dark Slate Blue #3D3593

Tints of Dark Slate Blue #3D3593

Color information

#3D3593 (or 0x3D3593) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 35 and 93. RGB value is (61,53,147). Sum of RGB (Red+Green+Blue) = 61+53+147=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D3593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3593 is #C2CA6C. Grayscale: #414141. Windows color (decimal): -12765805 or 9647421. OLE color: 9647421.

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

Color convert

RGB6153147-
CMYK0.590.6400.42
HSL245.11º47%39.22%-
HSV(B)245.11º63.95%57.65%-
XYZ8.465.6428.25-
YUV66.11173.65124.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.37%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 147 (57.81% from 255) = 56.32%
R=23.37%
G=20.31%
B=56.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61531470.590.6400.42245.114739.22
Hex3D35933B4002Af52f27
Octal7565223731000523655747
Binary111101110101100100111110111000000010101011110101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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