#353393

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

Shades of Dark Slate Blue #353393

Tints of Dark Slate Blue #353393

Color information

#353393 (or 0x353393) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 33 and 93. RGB value is (53,51,147). Sum of RGB (Red+Green+Blue) = 53+51+147=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #353393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353393 is #CACC6C. Grayscale: #3E3E3E. Windows color (decimal): -13290605 or 9646901. OLE color: 9646901.

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

Color convert

RGB5351147-
CMYK0.640.6500.42
HSL241.25º48.48%38.82%-
HSV(B)241.25º65.31%57.65%-
XYZ7.925.2328.2-
YUV62.54175.66121.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 51 (20.31% from 255) = 20.32%
BLUE value IS 147 (57.81% from 255) = 58.57%
R=21.12%
G=20.32%
B=58.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53511470.640.6500.42241.2548.4838.82
Hex353393404102Af13027
Octal65632231001010523616047
Binary1101011100111001001110000001000001010101011110001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353393; }

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

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

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

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

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

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

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

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