#3534A0

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

Shades of Dark Slate Blue #3534A0

Tints of Dark Slate Blue #3534A0

Color information

#3534A0 (or 0x3534A0) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 34 and A0. RGB value is (53,52,160). Sum of RGB (Red+Green+Blue) = 53+52+160=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 160 (62.89% from 255 or 60.38% from 265); Max value from RGB is 160 - color contains mainly: blue. Hex color #3534A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3534A0 is #CACB5F. Grayscale: #404040. Windows color (decimal): -13290336 or 10499125. OLE color: 10499125.

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

Color convert

RGB5352160-
CMYK0.670.6800.37
HSL240.56º50.94%41.57%-
HSV(B)240.56º67.5%62.75%-
XYZ9.045.7533.89-
YUV64.61181.83119.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 160 (62.89% from 255) = 60.38%
R=20%
G=19.62%
B=60.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal53521600.670.6800.37240.5650.9441.57
Hex3534A04344025f1332a
Octal65642401031040453616352
Binary1101011101001010000010000111000100010010111110001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3534A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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