#393194

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

Shades of Dark Slate Blue #393194

Tints of Dark Slate Blue #393194

Color information

#393194 (or 0x393194) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 31 and 94. RGB value is (57,49,148). Sum of RGB (Red+Green+Blue) = 57+49+148=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #393194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393194 is #C6CE6B. Grayscale: #3E3E3E. Windows color (decimal): -13028972 or 9711929. OLE color: 9711929.

HSL color Cylindrical-coordinate representation of color #393194: hue angle of 244.85º 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 #393194 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5749148-
CMYK0.610.6700.42
HSL244.85º50.25%38.63%-
HSV(B)244.85º66.89%58.04%-
XYZ8.135.228.59-
YUV62.68176.15123.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 148 (58.20% from 255) = 58.27%
R=22.44%
G=19.29%
B=58.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57491480.610.6700.42244.8550.2538.63
Hex3931943D4302Af53227
Octal7161224751030523656247
Binary111001110001100101001111011000011010101011110101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393194; }

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

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

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

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

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

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

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

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