#353CA2

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

Shades of Dark Slate Blue #353CA2

Tints of Dark Slate Blue #353CA2

Color information

#353CA2 (or 0x353CA2) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 3C and A2. RGB value is (53,60,162). Sum of RGB (Red+Green+Blue) = 53+60+162=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 162 (63.67% from 255 or 58.91% from 275); Max value from RGB is 162 - color contains mainly: blue. Hex color #353CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353CA2 is #CAC35D. Grayscale: #454545. Windows color (decimal): -13288286 or 10632245. OLE color: 10632245.

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

Color convert

RGB5360162-
CMYK0.670.6300.36
HSL236.15º50.7%42.16%-
HSV(B)236.15º67.28%63.53%-
XYZ9.616.634.95-
YUV69.54180.18116.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.27%
GREEN value IS 60 (23.83% from 255) = 21.82%
BLUE value IS 162 (63.67% from 255) = 58.91%
R=19.27%
G=21.82%
B=58.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53601620.670.6300.36236.1550.742.16
Hex353CA2433F024ec332a
Octal6574242103770443546352
Binary110101111100101000101000011111111010010011101100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353CA2; }

 p { color: rgb(53,60,162); }

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

<style>
 a { background-color: #353CA2; }

 a { background-color: rgb(53,60,162); }

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

<style>
 span { border-color: #353CA2; }

 span { border-color: rgb(53,60,162); }

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