#353494

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

Shades of Dark Slate Blue #353494

Tints of Dark Slate Blue #353494

Color information

#353494 (or 0x353494) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 34 and 94. RGB value is (53,52,148). Sum of RGB (Red+Green+Blue) = 53+52+148=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #353494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353494 is #CACB6B. Grayscale: #3E3E3E. Windows color (decimal): -13290348 or 9712693. OLE color: 9712693.

HSL color Cylindrical-coordinate representation of color #353494: hue angle of 240.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #353494 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5352148-
CMYK0.640.6500.42
HSL240.62º48%39.22%-
HSV(B)240.62º64.86%58.04%-
XYZ8.045.3528.63-
YUV63.24175.83120.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 148 (58.20% from 255) = 58.50%
R=20.95%
G=20.55%
B=58.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53521480.640.6500.42240.624839.22
Hex353494404102Af13027
Octal65642241001010523616047
Binary1101011101001001010010000001000001010101011110001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353494; }

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

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

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

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

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

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

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

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