#353390

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

Shades of Dark Slate Blue #353390

Tints of Dark Slate Blue #353390

Color information

#353390 (or 0x353390) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 33 and 90. RGB value is (53,51,144). Sum of RGB (Red+Green+Blue) = 53+51+144=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #353390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353390 is #CACC6F. Grayscale: #3D3D3D. Windows color (decimal): -13290608 or 9450293. OLE color: 9450293.

HSL color Cylindrical-coordinate representation of color #353390: hue angle of 241.29º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #353390 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5351144-
CMYK0.630.6500.44
HSL241.29º47.69%38.24%-
HSV(B)241.29º64.58%56.47%-
XYZ7.695.1426.97-
YUV62.2174.16121.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 144 (56.64% from 255) = 58.06%
R=21.37%
G=20.56%
B=58.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53511440.630.6500.44241.2947.6938.24
Hex3533903F4102Cf13026
Octal6563220771010543616046
Binary110101110011100100001111111000001010110011110001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353390; }

 p { color: rgb(53,51,144); }

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

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

 a { background-color: rgb(53,51,144); }

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

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

 span { border-color: rgb(53,51,144); }

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