#453584

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

Shades of Dark Slate Blue #453584

Tints of Dark Slate Blue #453584

Color information

#453584 (or 0x453584) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 35 and 84. RGB value is (69,53,132). Sum of RGB (Red+Green+Blue) = 69+53+132=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #453584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453584 is #BACA7B. Grayscale: #424242. Windows color (decimal): -12241532 or 8664389. OLE color: 8664389.

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

Color convert

RGB6953132-
CMYK0.480.6000.48
HSL252.15º42.7%36.27%-
HSV(B)252.15º59.85%51.76%-
XYZ7.895.4822.47-
YUV66.79164.8129.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.17%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 132 (51.95% from 255) = 51.97%
R=27.17%
G=20.87%
B=51.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69531320.480.6000.48252.1542.736.27
Hex453584303C030fc2b24
Octal1056520460740603745344
Binary100010111010110000100110000111100011000011111100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453584; }

 p { color: rgb(69,53,132); }

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

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

 a { background-color: rgb(69,53,132); }

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

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

 span { border-color: rgb(69,53,132); }

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