#353397

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

Shades of Dark Slate Blue #353397

Tints of Dark Slate Blue #353397

Color information

#353397 (or 0x353397) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 33 and 97. RGB value is (53,51,151). Sum of RGB (Red+Green+Blue) = 53+51+151=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #353397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353397 is #CACC68. Grayscale: #3E3E3E. Windows color (decimal): -13290601 or 9909045. OLE color: 9909045.

HSL color Cylindrical-coordinate representation of color #353397: hue angle of 241.2º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #353397 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5351151-
CMYK0.650.6600.41
HSL241.2º49.5%39.61%-
HSV(B)241.2º66.23%59.22%-
XYZ8.245.3629.88-
YUV63177.66120.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 151 (59.38% from 255) = 59.22%
R=20.78%
G=20%
B=59.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53511510.650.6600.41241.249.539.61
Hex3533974142029f13228
Octal65632271011020513616250
Binary1101011100111001011110000011000010010100111110001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353397; }

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

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

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

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

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

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

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

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