#352899

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

Shades of Dark Slate Blue #352899

Tints of Dark Slate Blue #352899

Color information

#352899 (or 0x352899) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 28 and 99. RGB value is (53,40,153). Sum of RGB (Red+Green+Blue) = 53+40+153=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #352899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352899 is #CAD766. Grayscale: #383838. Windows color (decimal): -13293415 or 10037301. OLE color: 10037301.

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

Color convert

RGB5340153-
CMYK0.650.7400.4
HSL246.9º58.55%37.84%-
HSV(B)246.9º73.86%60%-
XYZ7.984.5730.6-
YUV56.77182.31125.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 153 (60.16% from 255) = 62.20%
R=21.54%
G=16.26%
B=62.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53401530.650.7400.4246.958.5537.84
Hex352899414A028f73b26
Octal65502311011120503677346
Binary1101011010001001100110000011001010010100011110111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352899; }

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

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

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

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

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

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

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

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