#3D3A95

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

Shades of Dark Slate Blue #3D3A95

Tints of Dark Slate Blue #3D3A95

Color information

#3D3A95 (or 0x3D3A95) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 3A and 95. RGB value is (61,58,149). Sum of RGB (Red+Green+Blue) = 61+58+149=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D3A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3A95 is #C2C56A. Grayscale: #444444. Windows color (decimal): -12764523 or 9779773. OLE color: 9779773.

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

Color convert

RGB6158149-
CMYK0.590.6100.42
HSL241.98º43.96%40.59%-
HSV(B)241.98º61.07%58.43%-
XYZ8.866.1929.16-
YUV69.27172.99122.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.76%
GREEN value IS 58 (23.05% from 255) = 21.64%
BLUE value IS 149 (58.59% from 255) = 55.60%
R=22.76%
G=21.64%
B=55.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61581490.590.6100.42241.9843.9640.59
Hex3D3A953B3D02Af22c29
Octal757222573750523625451
Binary11110111101010010101111011111101010101011110010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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