#3529A0

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

Shades of Dark Slate Blue #3529A0

Tints of Dark Slate Blue #3529A0

Color information

#3529A0 (or 0x3529A0) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 29 and A0. RGB value is (53,41,160). Sum of RGB (Red+Green+Blue) = 53+41+160=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 160 (62.89% from 255 or 62.99% from 254); Max value from RGB is 160 - color contains mainly: blue. Hex color #3529A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3529A0 is #CAD65F. Grayscale: #393939. Windows color (decimal): -13293152 or 10496309. OLE color: 10496309.

HSL color Cylindrical-coordinate representation of color #3529A0: hue angle of 246.05º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3529A0 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5341160-
CMYK0.670.7400.37
HSL246.05º59.2%39.41%-
HSV(B)246.05º74.37%62.75%-
XYZ8.614.8833.75-
YUV58.15185.48124.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.87%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 160 (62.89% from 255) = 62.99%
R=20.87%
G=16.14%
B=62.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal53411600.670.7400.37246.0559.239.41
Hex3529A0434A025f63b27
Octal65512401031120453667347
Binary1101011010011010000010000111001010010010111110110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3529A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3529A0; }

 p { color: rgb(53,41,160); }

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

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

 a { background-color: rgb(53,41,160); }

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

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

 span { border-color: rgb(53,41,160); }

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