#3D3584

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

Shades of Dark Slate Blue #3D3584

Tints of Dark Slate Blue #3D3584

Color information

#3D3584 (or 0x3D3584) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 35 and 84. RGB value is (61,53,132). Sum of RGB (Red+Green+Blue) = 61+53+132=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D3584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3584 is #C2CA7B. Grayscale: #404040. Windows color (decimal): -12765820 or 8664381. OLE color: 8664381.

HSL color Cylindrical-coordinate representation of color #3D3584: hue angle of 246.08º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D3584 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6153132-
CMYK0.540.6000.48
HSL246.08º42.7%36.27%-
HSV(B)246.08º59.85%51.76%-
XYZ7.365.222.45-
YUV64.4166.15125.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.80%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 132 (51.95% from 255) = 53.66%
R=24.80%
G=21.54%
B=53.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61531320.540.6000.48246.0842.736.27
Hex3D3584363C030f62b24
Octal756520466740603665344
Binary11110111010110000100110110111100011000011110110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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