#353499

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

Shades of Dark Slate Blue #353499

Tints of Dark Slate Blue #353499

Color information

#353499 (or 0x353499) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 34 and 99. RGB value is (53,52,153). Sum of RGB (Red+Green+Blue) = 53+52+153=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #353499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353499 is #CACB66. Grayscale: #3F3F3F. Windows color (decimal): -13290343 or 10040373. OLE color: 10040373.

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

Color convert

RGB5352153-
CMYK0.650.6600.4
HSL240.59º49.27%40.2%-
HSV(B)240.59º66.01%60%-
XYZ8.455.5130.76-
YUV63.81178.33120.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.54%
GREEN value IS 52 (20.70% from 255) = 20.16%
BLUE value IS 153 (60.16% from 255) = 59.30%
R=20.54%
G=20.16%
B=59.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53521530.650.6600.4240.5949.2740.2
Hex3534994142028f13128
Octal65642311011020503616150
Binary1101011101001001100110000011000010010100011110001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353499; }

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

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

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

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

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

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

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

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