#35329E

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

Shades of Dark Slate Blue #35329E

Tints of Dark Slate Blue #35329E

Color information

#35329E (or 0x35329E) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 32 and 9E. RGB value is (53,50,158). Sum of RGB (Red+Green+Blue) = 53+50+158=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #35329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35329E is #CACD61. Grayscale: #3E3E3E. Windows color (decimal): -13290850 or 10367541. OLE color: 10367541.

HSL color Cylindrical-coordinate representation of color #35329E: hue angle of 241.67º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35329E is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5350158-
CMYK0.660.6800.38
HSL241.67º51.92%40.78%-
HSV(B)241.67º68.35%61.96%-
XYZ8.785.5132.95-
YUV63.21181.49120.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 158 (62.11% from 255) = 60.54%
R=20.31%
G=19.16%
B=60.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53501580.660.6800.38241.6751.9240.78
Hex35329E4244026f23429
Octal65622361021040463626451
Binary1101011100101001111010000101000100010011011110010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35329E; }

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

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

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

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

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

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

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

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