#3531A3

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

Shades of Dark Slate Blue #3531A3

Tints of Dark Slate Blue #3531A3

Color information

#3531A3 (or 0x3531A3) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 31 and A3. RGB value is (53,49,163). Sum of RGB (Red+Green+Blue) = 53+49+163=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 163 (64.06% from 255 or 61.51% from 265); Max value from RGB is 163 - color contains mainly: blue. Hex color #3531A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3531A3 is #CACE5C. Grayscale: #3E3E3E. Windows color (decimal): -13291101 or 10694965. OLE color: 10694965.

HSL color Cylindrical-coordinate representation of color #3531A3: hue angle of 242.11º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3531A3 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5349163-
CMYK0.670.7000.36
HSL242.11º53.77%41.57%-
HSV(B)242.11º69.94%63.92%-
XYZ9.185.635.25-
YUV63.19184.33120.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 49 (19.53% from 255) = 18.49%
BLUE value IS 163 (64.06% from 255) = 61.51%
R=20%
G=18.49%
B=61.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53491630.670.7000.36242.1153.7741.57
Hex3531A34346024f2362a
Octal65612431031060443626652
Binary1101011100011010001110000111000110010010011110010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3531A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3531A3; }

 p { color: rgb(53,49,163); }

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

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

 a { background-color: rgb(53,49,163); }

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

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

 span { border-color: rgb(53,49,163); }

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