#3D3184

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

Shades of Dark Slate Blue #3D3184

Tints of Dark Slate Blue #3D3184

Color information

#3D3184 (or 0x3D3184) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 31 and 84. RGB value is (61,49,132). Sum of RGB (Red+Green+Blue) = 61+49+132=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D3184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3184 is #C2CE7B. Grayscale: #3D3D3D. Windows color (decimal): -12766844 or 8663357. OLE color: 8663357.

HSL color Cylindrical-coordinate representation of color #3D3184: hue angle of 248.67º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D3184 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6149132-
CMYK0.540.6300.48
HSL248.67º45.86%35.49%-
HSV(B)248.67º62.88%51.76%-
XYZ7.194.8522.39-
YUV62.05167.48127.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.21%
GREEN value IS 49 (19.53% from 255) = 20.25%
BLUE value IS 132 (51.95% from 255) = 54.55%
R=25.21%
G=20.25%
B=54.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61491320.540.6300.48248.6745.8635.49
Hex3D3184363F030f92e23
Octal756120466770603715643
Binary11110111000110000100110110111111011000011111001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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