#3D3C90

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

Shades of Dark Slate Blue #3D3C90

Tints of Dark Slate Blue #3D3C90

Color information

#3D3C90 (or 0x3D3C90) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 3C and 90. RGB value is (61,60,144). Sum of RGB (Red+Green+Blue) = 61+60+144=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D3C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3C90 is #C2C36F. Grayscale: #454545. Windows color (decimal): -12764016 or 9452605. OLE color: 9452605.

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

Color convert

RGB6160144-
CMYK0.580.5800.44
HSL240.71º41.18%40%-
HSV(B)240.71º58.33%56.47%-
XYZ8.576.2427.14-
YUV69.88169.83121.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.02%
GREEN value IS 60 (23.83% from 255) = 22.64%
BLUE value IS 144 (56.64% from 255) = 54.34%
R=23.02%
G=22.64%
B=54.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61601440.580.5800.44240.7141.1840
Hex3D3C903A3A02Cf12928
Octal757422072720543615150
Binary11110111110010010000111010111010010110011110001101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,60,144); }

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

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

 a { background-color: rgb(61,60,144); }

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

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

 span { border-color: rgb(61,60,144); }

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