#3A3DA5

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

Shades of Dark Slate Blue #3A3DA5

Tints of Dark Slate Blue #3A3DA5

Color information

#3A3DA5 (or 0x3A3DA5) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 3D and A5. RGB value is (58,61,165). Sum of RGB (Red+Green+Blue) = 58+61+165=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 61 (24.22% from 255 or 21.48% 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 #3A3DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3DA5 is #C5C25A. Grayscale: #474747. Windows color (decimal): -12960347 or 10829114. OLE color: 10829114.

HSL color Cylindrical-coordinate representation of color #3A3DA5: hue angle of 238.32º 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 #3A3DA5 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5861165-
CMYK0.650.6300.35
HSL238.32º47.98%43.73%-
HSV(B)238.32º64.85%64.71%-
XYZ10.216.9536.4-
YUV71.96180.51118.04-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal58611650.650.6300.35238.3247.9843.73
Hex3A3DA5413F023ee302c
Octal7275245101770433566054
Binary111010111101101001011000001111111010001111101110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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