#3d3b93

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

Shades of Dark Slate Blue #3D3B93

Tints of Dark Slate Blue #3D3B93

Color information

#3D3B93 (or 0x3D3B93) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 3B and 93. RGB value is (61,59,147). Sum of RGB (Red+Green+Blue) = 61+59+147=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D3B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3B93 is #C2C46C. Grayscale: #454545. Windows color (decimal): -12764269 or 9648957. OLE color: 9648957.

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

Color convert

RGB6159147-
CMYK0.590.6000.42
HSL241.36º42.72%40.39%-
HSV(B)241.36º59.86%57.65%-
XYZ8.756.2328.34-
YUV69.63171.66121.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.85%
GREEN value IS 59 (23.44% from 255) = 22.10%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=22.85%
G=22.10%
B=55.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61591470.590.6000.42241.3642.7240.39
Hex3D3B933B3C02Af12b28
Octal757322373740523615350
Binary11110111101110010011111011111100010101011110001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d3b93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,59,147); }

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

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

 a { background-color: rgb(61,59,147); }

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

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

 span { border-color: rgb(61,59,147); }

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