#3D3490

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

Shades of Dark Slate Blue #3D3490

Tints of Dark Slate Blue #3D3490

Color information

#3D3490 (or 0x3D3490) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 34 and 90. RGB value is (61,52,144). Sum of RGB (Red+Green+Blue) = 61+52+144=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D3490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3490 is #C2CB6F. Grayscale: #404040. Windows color (decimal): -12766064 or 9450557. OLE color: 9450557.

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

Color convert

RGB6152144-
CMYK0.580.6400.44
HSL245.87º46.94%38.43%-
HSV(B)245.87º63.89%56.47%-
XYZ8.195.4627.01-
YUV65.18172.48125.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.74%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 144 (56.64% from 255) = 56.03%
R=23.74%
G=20.23%
B=56.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61521440.580.6400.44245.8746.9438.43
Hex3D34903A4002Cf62f26
Octal7564220721000543665746
Binary111101110100100100001110101000000010110011110110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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