#3D3AA5

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

Shades of Dark Slate Blue #3D3AA5

Tints of Dark Slate Blue #3D3AA5

Color information

#3D3AA5 (or 0x3D3AA5) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 3A and A5. RGB value is (61,58,165). Sum of RGB (Red+Green+Blue) = 61+58+165=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 165 (64.84% from 255 or 58.10% from 284); Max value from RGB is 165 - color contains mainly: blue. Hex color #3D3AA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3AA5 is #C2C55A. Grayscale: #464646. Windows color (decimal): -12764507 or 10828349. OLE color: 10828349.

HSL color Cylindrical-coordinate representation of color #3D3AA5: hue angle of 241.68º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D3AA5 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6158165-
CMYK0.630.6500.35
HSL241.68º47.98%43.73%-
HSV(B)241.68º64.85%64.71%-
XYZ10.236.7336.36-
YUV71.1180.99120.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.48%
GREEN value IS 58 (23.05% from 255) = 20.42%
BLUE value IS 165 (64.84% from 255) = 58.10%
R=21.48%
G=20.42%
B=58.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61581650.630.6500.35241.6847.9843.73
Hex3D3AA53F41023f2302c
Octal7572245771010433626054
Binary111101111010101001011111111000001010001111110010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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