#352491

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

Shades of Dark Slate Blue #352491

Tints of Dark Slate Blue #352491

Color information

#352491 (or 0x352491) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 24 and 91. RGB value is (53,36,145). Sum of RGB (Red+Green+Blue) = 53+36+145=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #352491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352491 is #CADB6E. Grayscale: #353535. Windows color (decimal): -13294447 or 9511989. OLE color: 9511989.

HSL color Cylindrical-coordinate representation of color #352491: hue angle of 249.36º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #352491 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5336145-
CMYK0.630.7500.43
HSL249.36º60.22%35.49%-
HSV(B)249.36º75.17%56.86%-
XYZ7.214.0627.19-
YUV53.51179.63127.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 36 (14.45% from 255) = 15.38%
BLUE value IS 145 (57.03% from 255) = 61.97%
R=22.65%
G=15.38%
B=61.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53361450.630.7500.43249.3660.2235.49
Hex3524913F4B02Bf93c23
Octal6544221771130533717443
Binary110101100100100100011111111001011010101111111001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352491; }

 p { color: rgb(53,36,145); }

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

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

 a { background-color: rgb(53,36,145); }

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

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

 span { border-color: rgb(53,36,145); }

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