#3534A3

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

Shades of Dark Slate Blue #3534A3

Tints of Dark Slate Blue #3534A3

Color information

#3534A3 (or 0x3534A3) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 34 and A3. RGB value is (53,52,163). Sum of RGB (Red+Green+Blue) = 53+52+163=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 163 (64.06% from 255 or 60.82% from 268); Max value from RGB is 163 - color contains mainly: blue. Hex color #3534A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3534A3 is #CACB5C. Grayscale: #404040. Windows color (decimal): -13290333 or 10695733. OLE color: 10695733.

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

Color convert

RGB5352163-
CMYK0.670.6800.36
HSL240.54º51.63%42.16%-
HSV(B)240.54º68.1%63.92%-
XYZ9.315.8635.29-
YUV64.95183.33119.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 163 (64.06% from 255) = 60.82%
R=19.78%
G=19.40%
B=60.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53521630.670.6800.36240.5451.6342.16
Hex3534A34344024f1342a
Octal65642431031040443616452
Binary1101011101001010001110000111000100010010011110001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3534A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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