#3D3196

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

Shades of Dark Slate Blue #3D3196

Tints of Dark Slate Blue #3D3196

Color information

#3D3196 (or 0x3D3196) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 31 and 96. RGB value is (61,49,150). Sum of RGB (Red+Green+Blue) = 61+49+150=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #3D3196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3196 is #C2CE69. Grayscale: #3F3F3F. Windows color (decimal): -12766826 or 9843005. OLE color: 9843005.

HSL color Cylindrical-coordinate representation of color #3D3196: hue angle of 247.13º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D3196 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6149150-
CMYK0.590.6700.41
HSL247.13º50.75%39.02%-
HSV(B)247.13º67.33%58.82%-
XYZ8.535.3929.45-
YUV64.1176.48125.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.46%
GREEN value IS 49 (19.53% from 255) = 18.85%
BLUE value IS 150 (58.98% from 255) = 57.69%
R=23.46%
G=18.85%
B=57.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61491500.590.6700.41247.1350.7539.02
Hex3D31963B43029f73327
Octal7561226731030513676347
Binary111101110001100101101110111000011010100111110111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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