#353192

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

Shades of Dark Slate Blue #353192

Tints of Dark Slate Blue #353192

Color information

#353192 (or 0x353192) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 31 and 92. RGB value is (53,49,146). Sum of RGB (Red+Green+Blue) = 53+49+146=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #353192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353192 is #CACE6D. Grayscale: #3C3C3C. Windows color (decimal): -13291118 or 9580853. OLE color: 9580853.

HSL color Cylindrical-coordinate representation of color #353192: hue angle of 242.47º degrees, saturation: 0.5, 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 #353192 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5349146-
CMYK0.640.6600.43
HSL242.47º49.74%38.24%-
HSV(B)242.47º66.44%57.25%-
XYZ7.755.0327.76-
YUV61.25175.83122.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 49 (19.53% from 255) = 19.76%
BLUE value IS 146 (57.42% from 255) = 58.87%
R=21.37%
G=19.76%
B=58.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53491460.640.6600.43242.4749.7438.24
Hex353192404202Bf23226
Octal65612221001020533626246
Binary1101011100011001001010000001000010010101111110010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353192; }

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

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

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

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

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

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

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

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