#453284

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

Shades of Dark Slate Blue #453284

Tints of Dark Slate Blue #453284

Color information

#453284 (or 0x453284) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 32 and 84. RGB value is (69,50,132). Sum of RGB (Red+Green+Blue) = 69+50+132=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #453284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453284 is #BACD7B. Grayscale: #404040. Windows color (decimal): -12242300 or 8663621. OLE color: 8663621.

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

Color convert

RGB6950132-
CMYK0.480.6200.48
HSL253.9º45.05%35.69%-
HSV(B)253.9º62.12%51.76%-
XYZ7.765.2122.43-
YUV65.03165.79130.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.49%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=27.49%
G=19.92%
B=52.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69501320.480.6200.48253.945.0535.69
Hex453284303E030fe2d24
Octal1056220460760603765544
Binary100010111001010000100110000111110011000011111110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453284; }

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

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

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

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

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

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

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

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