#3D3995

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

Shades of Dark Slate Blue #3D3995

Tints of Dark Slate Blue #3D3995

Color information

#3D3995 (or 0x3D3995) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 39 and 95. RGB value is (61,57,149). Sum of RGB (Red+Green+Blue) = 61+57+149=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D3995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3995 is #C2C66A. Grayscale: #444444. Windows color (decimal): -12764779 or 9779517. OLE color: 9779517.

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

Color convert

RGB6157149-
CMYK0.590.6200.42
HSL242.61º44.66%40.39%-
HSV(B)242.61º61.74%58.43%-
XYZ8.816.0929.14-
YUV68.68173.33122.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.85%
GREEN value IS 57 (22.66% from 255) = 21.35%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=22.85%
G=21.35%
B=55.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61571490.590.6200.42242.6144.6640.39
Hex3D39953B3E02Af32d28
Octal757122573760523635550
Binary11110111100110010101111011111110010101011110011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,57,149); }

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

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

 a { background-color: rgb(61,57,149); }

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

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

 span { border-color: rgb(61,57,149); }

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