#352987

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

Shades of Dark Slate Blue #352987

Tints of Dark Slate Blue #352987

Color information

#352987 (or 0x352987) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 29 and 87. RGB value is (53,41,135). Sum of RGB (Red+Green+Blue) = 53+41+135=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #352987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352987 is #CAD678. Grayscale: #363636. Windows color (decimal): -13293177 or 8857909. OLE color: 8857909.

HSL color Cylindrical-coordinate representation of color #352987: hue angle of 247.66º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352987 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5341135-
CMYK0.610.7000.47
HSL247.66º53.41%34.51%-
HSV(B)247.66º69.63%52.94%-
XYZ6.634.0923.36-
YUV55.3172.98126.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 135 (53.12% from 255) = 58.95%
R=23.14%
G=17.90%
B=58.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53411350.610.7000.47247.6653.4134.51
Hex3529873D4602Ff83523
Octal6551207751060573706543
Binary110101101001100001111111011000110010111111111000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352987; }

 p { color: rgb(53,41,135); }

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

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

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

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

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

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

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