#353694

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

Shades of Dark Slate Blue #353694

Tints of Dark Slate Blue #353694

Color information

#353694 (or 0x353694) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 36 and 94. RGB value is (53,54,148). Sum of RGB (Red+Green+Blue) = 53+54+148=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #353694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353694 is #CAC96B. Grayscale: #404040. Windows color (decimal): -13289836 or 9713205. OLE color: 9713205.

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

Color convert

RGB5354148-
CMYK0.640.6400.42
HSL239.37º47.26%39.41%-
HSV(B)239.37º64.19%58.04%-
XYZ8.135.5328.66-
YUV64.42175.17119.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 54 (21.48% from 255) = 21.18%
BLUE value IS 148 (58.20% from 255) = 58.04%
R=20.78%
G=21.18%
B=58.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53541480.640.6400.42239.3747.2639.41
Hex353694404002Aef2f27
Octal65662241001000523575747
Binary1101011101101001010010000001000000010101011101111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353694; }

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

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

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

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

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

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

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

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