#352795

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

Shades of Dark Slate Blue #352795

Tints of Dark Slate Blue #352795

Color information

#352795 (or 0x352795) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 27 and 95. RGB value is (53,39,149). Sum of RGB (Red+Green+Blue) = 53+39+149=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #352795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352795 is #CAD86A. Grayscale: #373737. Windows color (decimal): -13293675 or 9774901. OLE color: 9774901.

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

Color convert

RGB5339149-
CMYK0.640.7400.42
HSL247.64º58.51%36.86%-
HSV(B)247.64º73.83%58.43%-
XYZ7.624.3828.88-
YUV55.73180.64126.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 149 (58.59% from 255) = 61.83%
R=21.99%
G=16.18%
B=61.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53391490.640.7400.42247.6458.5136.86
Hex352795404A02Af83b25
Octal65472251001120523707345
Binary1101011001111001010110000001001010010101011111000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352795; }

 p { color: rgb(53,39,149); }

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

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

 a { background-color: rgb(53,39,149); }

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

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

 span { border-color: rgb(53,39,149); }

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