#3E3194

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

Shades of Dark Slate Blue #3E3194

Tints of Dark Slate Blue #3E3194

Color information

#3E3194 (or 0x3E3194) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 31 and 94. RGB value is (62,49,148). Sum of RGB (Red+Green+Blue) = 62+49+148=259 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.94% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E3194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3194 is #C1CE6B. Grayscale: #3F3F3F. Windows color (decimal): -12701292 or 9711934. OLE color: 9711934.

HSL color Cylindrical-coordinate representation of color #3E3194: hue angle of 247.88º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E3194 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6249148-
CMYK0.580.6700.42
HSL247.88º50.25%38.63%-
HSV(B)247.88º66.89%58.04%-
XYZ8.435.3628.61-
YUV64.17175.31126.45-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.94%
GREEN value IS 49 (19.53% from 255) = 18.92%
BLUE value IS 148 (58.20% from 255) = 57.14%
R=23.94%
G=18.92%
B=57.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal62491480.580.6700.42247.8850.2538.63
Hex3E31943A4302Af83227
Octal7661224721030523706247
Binary111110110001100101001110101000011010101011111000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,49,148); }

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

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

 a { background-color: rgb(62,49,148); }

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

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

 span { border-color: rgb(62,49,148); }

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