#352891

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

Shades of Dark Slate Blue #352891

Tints of Dark Slate Blue #352891

Color information

#352891 (or 0x352891) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 28 and 91. RGB value is (53,40,145). Sum of RGB (Red+Green+Blue) = 53+40+145=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #352891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352891 is #CAD76E. Grayscale: #373737. Windows color (decimal): -13293423 or 9513013. OLE color: 9513013.

HSL color Cylindrical-coordinate representation of color #352891: hue angle of 247.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #352891 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5340145-
CMYK0.630.7200.43
HSL247.43º56.76%36.27%-
HSV(B)247.43º72.41%56.86%-
XYZ7.344.3227.23-
YUV55.86178.31125.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 145 (57.03% from 255) = 60.92%
R=22.27%
G=16.81%
B=60.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53401450.630.7200.43247.4356.7636.27
Hex3528913F4802Bf73924
Octal6550221771100533677144
Binary110101101000100100011111111001000010101111110111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352891; }

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

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

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

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

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

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

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

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