#353699

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

Shades of Dark Slate Blue #353699

Tints of Dark Slate Blue #353699

Color information

#353699 (or 0x353699) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 36 and 99. RGB value is (53,54,153). Sum of RGB (Red+Green+Blue) = 53+54+153=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #353699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353699 is #CAC966. Grayscale: #404040. Windows color (decimal): -13289831 or 10040885. OLE color: 10040885.

HSL color Cylindrical-coordinate representation of color #353699: hue angle of 239.4º 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 #353699 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5354153-
CMYK0.650.6500.4
HSL239.4º48.54%40.39%-
HSV(B)239.4º65.36%60%-
XYZ8.545.730.79-
YUV64.99177.67119.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 54 (21.48% from 255) = 20.77%
BLUE value IS 153 (60.16% from 255) = 58.85%
R=20.38%
G=20.77%
B=58.85%

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
Decimal53541530.650.6500.4239.448.5440.39
Hex3536994141028ef3128
Octal65662311011010503576150
Binary1101011101101001100110000011000001010100011101111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353699; }

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

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

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

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

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

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

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

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