#352CA0

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

Shades of Dark Slate Blue #352CA0

Tints of Dark Slate Blue #352CA0

Color information

#352CA0 (or 0x352CA0) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 2C and A0. RGB value is (53,44,160). Sum of RGB (Red+Green+Blue) = 53+44+160=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 160 (62.89% from 255 or 62.26% from 257); Max value from RGB is 160 - color contains mainly: blue. Hex color #352CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352CA0 is #CAD35F. Grayscale: #3B3B3B. Windows color (decimal): -13292384 or 10497077. OLE color: 10497077.

HSL color Cylindrical-coordinate representation of color #352CA0: hue angle of 244.66º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #352CA0 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5344160-
CMYK0.670.7200.37
HSL244.66º56.86%40%-
HSV(B)244.66º72.5%62.75%-
XYZ8.715.133.78-
YUV59.92184.48123.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 44 (17.58% from 255) = 17.12%
BLUE value IS 160 (62.89% from 255) = 62.26%
R=20.62%
G=17.12%
B=62.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal53441600.670.7200.37244.6656.8640
Hex352CA04348025f53928
Octal65542401031100453657150
Binary1101011011001010000010000111001000010010111110101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352CA0; }

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

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

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

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

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

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

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

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