#353299

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

Shades of Dark Slate Blue #353299

Tints of Dark Slate Blue #353299

Color information

#353299 (or 0x353299) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 32 and 99. RGB value is (53,50,153). Sum of RGB (Red+Green+Blue) = 53+50+153=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #353299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353299 is #CACD66. Grayscale: #3E3E3E. Windows color (decimal): -13290855 or 10039861. OLE color: 10039861.

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

Color convert

RGB5350153-
CMYK0.650.6700.4
HSL241.75º50.74%39.8%-
HSV(B)241.75º67.32%60%-
XYZ8.365.3430.73-
YUV62.64178.99121.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 153 (60.16% from 255) = 59.77%
R=20.70%
G=19.53%
B=59.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53501530.650.6700.4241.7550.7439.8
Hex3532994143028f23328
Octal65622311011030503626350
Binary1101011100101001100110000011000011010100011110010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353299; }

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

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

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

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

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

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

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

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