#3D3595

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

Shades of Dark Slate Blue #3D3595

Tints of Dark Slate Blue #3D3595

Color information

#3D3595 (or 0x3D3595) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 35 and 95. RGB value is (61,53,149). Sum of RGB (Red+Green+Blue) = 61+53+149=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D3595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3595 is #C2CA6A. Grayscale: #414141. Windows color (decimal): -12765803 or 9778493. OLE color: 9778493.

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

Color convert

RGB6153149-
CMYK0.590.6400.42
HSL245º47.52%39.61%-
HSV(B)245º64.43%58.43%-
XYZ8.625.7129.08-
YUV66.34174.65124.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.19%
GREEN value IS 53 (21.09% from 255) = 20.15%
BLUE value IS 149 (58.59% from 255) = 56.65%
R=23.19%
G=20.15%
B=56.65%

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
Decimal61531490.590.6400.4224547.5239.61
Hex3D35953B4002Af53028
Octal7565225731000523656050
Binary111101110101100101011110111000000010101011110101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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