#353896

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

Shades of Dark Slate Blue #353896

Tints of Dark Slate Blue #353896

Color information

#353896 (or 0x353896) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 38 and 96. RGB value is (53,56,150). Sum of RGB (Red+Green+Blue) = 53+56+150=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #353896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353896 is #CAC769. Grayscale: #414141. Windows color (decimal): -13289322 or 9844789. OLE color: 9844789.

HSL color Cylindrical-coordinate representation of color #353896: hue angle of 238.14º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #353896 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5356150-
CMYK0.650.6300.41
HSL238.14º47.78%39.8%-
HSV(B)238.14º64.67%58.82%-
XYZ8.395.7929.53-
YUV65.82175.51118.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 150 (58.98% from 255) = 57.92%
R=20.46%
G=21.62%
B=57.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53561500.650.6300.41238.1447.7839.8
Hex353896413F029ee3028
Octal6570226101770513566050
Binary110101111000100101101000001111111010100111101110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353896; }

 p { color: rgb(53,56,150); }

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

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

 a { background-color: rgb(53,56,150); }

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

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

 span { border-color: rgb(53,56,150); }

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