#352985

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

Shades of Dark Slate Blue #352985

Tints of Dark Slate Blue #352985

Color information

#352985 (or 0x352985) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 29 and 85. RGB value is (53,41,133). Sum of RGB (Red+Green+Blue) = 53+41+133=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #352985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352985 is #CAD67A. Grayscale: #363636. Windows color (decimal): -13293179 or 8726837. OLE color: 8726837.

HSL color Cylindrical-coordinate representation of color #352985: hue angle of 247.83º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #352985 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5341133-
CMYK0.600.6900.48
HSL247.83º52.87%34.12%-
HSV(B)247.83º69.17%52.16%-
XYZ6.494.0422.63-
YUV55.08171.98126.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 133 (52.34% from 255) = 58.59%
R=23.35%
G=18.06%
B=58.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53411330.600.6900.48247.8352.8734.12
Hex3529853C45030f83522
Octal6551205741050603706542
Binary110101101001100001011111001000101011000011111000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352985; }

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

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

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

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

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

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

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

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