#3A2E93

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

Shades of Dark Slate Blue #3A2E93

Tints of Dark Slate Blue #3A2E93

Color information

#3A2E93 (or 0x3A2E93) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 2E and 93. RGB value is (58,46,147). Sum of RGB (Red+Green+Blue) = 58+46+147=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A2E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2E93 is #C5D16C. Grayscale: #3C3C3C. Windows color (decimal): -12964205 or 9645626. OLE color: 9645626.

HSL color Cylindrical-coordinate representation of color #3A2E93: hue angle of 247.13º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A2E93 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5846147-
CMYK0.610.6900.42
HSL247.13º52.33%37.84%-
HSV(B)247.13º68.71%57.65%-
XYZ7.994.9628.14-
YUV61.1176.48125.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.11%
GREEN value IS 46 (18.36% from 255) = 18.33%
BLUE value IS 147 (57.81% from 255) = 58.57%
R=23.11%
G=18.33%
B=58.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58461470.610.6900.42247.1352.3337.84
Hex3A2E933D4502Af73426
Octal7256223751050523676446
Binary111010101110100100111111011000101010101011110111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,46,147); }

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

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

 a { background-color: rgb(58,46,147); }

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

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

 span { border-color: rgb(58,46,147); }

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