#3A379D

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

Shades of Dark Slate Blue #3A379D

Tints of Dark Slate Blue #3A379D

Color information

#3A379D (or 0x3A379D) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 37 and 9D. RGB value is (58,55,157). Sum of RGB (Red+Green+Blue) = 58+55+157=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A379D is #C5C862. Grayscale: #434343. Windows color (decimal): -12961891 or 10303290. OLE color: 10303290.

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

Color convert

RGB5855157-
CMYK0.630.6500.38
HSL241.76º48.11%41.57%-
HSV(B)241.76º64.97%61.57%-
XYZ9.26.0732.58-
YUV67.52178.49121.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.48%
GREEN value IS 55 (21.88% from 255) = 20.37%
BLUE value IS 157 (61.72% from 255) = 58.15%
R=21.48%
G=20.37%
B=58.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58551570.630.6500.38241.7648.1141.57
Hex3A379D3F41026f2302a
Octal7267235771010463626052
Binary111010110111100111011111111000001010011011110010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,55,157); }

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

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

 a { background-color: rgb(58,55,157); }

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

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

 span { border-color: rgb(58,55,157); }

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