#352C91

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

Shades of Dark Slate Blue #352C91

Tints of Dark Slate Blue #352C91

Color information

#352C91 (or 0x352C91) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 2C and 91. RGB value is (53,44,145). Sum of RGB (Red+Green+Blue) = 53+44+145=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #352C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352C91 is #CAD36E. Grayscale: #393939. Windows color (decimal): -13292399 or 9514037. OLE color: 9514037.

HSL color Cylindrical-coordinate representation of color #352C91: hue angle of 245.35º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352C91 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5344145-
CMYK0.630.7000.43
HSL245.35º53.44%37.06%-
HSV(B)245.35º69.66%56.86%-
XYZ7.484.627.28-
YUV58.2176.98124.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 44 (17.58% from 255) = 18.18%
BLUE value IS 145 (57.03% from 255) = 59.92%
R=21.90%
G=18.18%
B=59.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53441450.630.7000.43245.3553.4437.06
Hex352C913F4602Bf53525
Octal6554221771060533656545
Binary110101101100100100011111111000110010101111110101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352C91; }

 p { color: rgb(53,44,145); }

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

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

 a { background-color: rgb(53,44,145); }

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

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

 span { border-color: rgb(53,44,145); }

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