#352892

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

Shades of Dark Slate Blue #352892

Tints of Dark Slate Blue #352892

Color information

#352892 (or 0x352892) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 28 and 92. RGB value is (53,40,146). Sum of RGB (Red+Green+Blue) = 53+40+146=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #352892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352892 is #CAD76D. Grayscale: #373737. Windows color (decimal): -13293422 or 9578549. OLE color: 9578549.

HSL color Cylindrical-coordinate representation of color #352892: hue angle of 247.36º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #352892 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5340146-
CMYK0.640.7300.43
HSL247.36º56.99%36.47%-
HSV(B)247.36º72.6%57.25%-
XYZ7.424.3527.64-
YUV55.97178.81125.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 40 (16.02% from 255) = 16.74%
BLUE value IS 146 (57.42% from 255) = 61.09%
R=22.18%
G=16.74%
B=61.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53401460.640.7300.43247.3656.9936.47
Hex352892404902Bf73924
Octal65502221001110533677144
Binary1101011010001001001010000001001001010101111110111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352892; }

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

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

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

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

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

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

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

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