#353191

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

Shades of Dark Slate Blue #353191

Tints of Dark Slate Blue #353191

Color information

#353191 (or 0x353191) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 31 and 91. RGB value is (53,49,145). Sum of RGB (Red+Green+Blue) = 53+49+145=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #353191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353191 is #CACE6E. Grayscale: #3C3C3C. Windows color (decimal): -13291119 or 9515317. OLE color: 9515317.

HSL color Cylindrical-coordinate representation of color #353191: hue angle of 242.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #353191 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5349145-
CMYK0.630.6600.43
HSL242.5º49.48%38.04%-
HSV(B)242.5º66.21%56.86%-
XYZ7.68527.35-
YUV61.14175.33122.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.46%
GREEN value IS 49 (19.53% from 255) = 19.84%
BLUE value IS 145 (57.03% from 255) = 58.70%
R=21.46%
G=19.84%
B=58.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53491450.630.6600.43242.549.4838.04
Hex3531913F4202Bf23126
Octal6561221771020533626146
Binary110101110001100100011111111000010010101111110010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353191; }

 p { color: rgb(53,49,145); }

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

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

 a { background-color: rgb(53,49,145); }

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

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

 span { border-color: rgb(53,49,145); }

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