#453485

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

Shades of Dark Slate Blue #453485

Tints of Dark Slate Blue #453485

Color information

#453485 (or 0x453485) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 34 and 85. RGB value is (69,52,133). Sum of RGB (Red+Green+Blue) = 69+52+133=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #453485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453485 is #BACB7A. Grayscale: #424242. Windows color (decimal): -12241787 or 8729669. OLE color: 8729669.

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

Color convert

RGB6952133-
CMYK0.480.6100.48
HSL252.59º43.78%36.27%-
HSV(B)252.59º60.9%52.16%-
XYZ7.925.4122.82-
YUV66.32165.63129.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.17%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 133 (52.34% from 255) = 52.36%
R=27.17%
G=20.47%
B=52.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69521330.480.6100.48252.5943.7836.27
Hex453485303D030fd2c24
Octal1056420560750603755444
Binary100010111010010000101110000111101011000011111101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453485; }

 p { color: rgb(69,52,133); }

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

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

 a { background-color: rgb(69,52,133); }

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

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

 span { border-color: rgb(69,52,133); }

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