#353599

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

Shades of Dark Slate Blue #353599

Tints of Dark Slate Blue #353599

Color information

#353599 (or 0x353599) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 35 and 99. RGB value is (53,53,153). Sum of RGB (Red+Green+Blue) = 53+53+153=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #353599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353599 is #CACA66. Grayscale: #404040. Windows color (decimal): -13290087 or 10040629. OLE color: 10040629.

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

Color convert

RGB5353153-
CMYK0.650.6500.4
HSL240º48.54%40.39%-
HSV(B)240º65.36%60%-
XYZ8.495.630.77-
YUV64.4178119.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 53 (21.09% from 255) = 20.46%
BLUE value IS 153 (60.16% from 255) = 59.07%
R=20.46%
G=20.46%
B=59.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53531530.650.6500.424048.5440.39
Hex3535994141028f03128
Octal65652311011010503606150
Binary1101011101011001100110000011000001010100011110000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353599; }

 p { color: rgb(53,53,153); }

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

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

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

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

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

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

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