#453387

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

Shades of Dark Slate Blue #453387

Tints of Dark Slate Blue #453387

Color information

#453387 (or 0x453387) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 33 and 87. RGB value is (69,51,135). Sum of RGB (Red+Green+Blue) = 69+51+135=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #453387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453387 is #BACC78. Grayscale: #414141. Windows color (decimal): -12242041 or 8860485. OLE color: 8860485.

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

Color convert

RGB6951135-
CMYK0.490.6200.47
HSL252.86º45.16%36.47%-
HSV(B)252.86º62.22%52.94%-
XYZ8.015.3823.54-
YUV65.96166.96130.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.06%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 135 (53.12% from 255) = 52.94%
R=27.06%
G=20%
B=52.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69511350.490.6200.47252.8645.1636.47
Hex453387313E02Ffd2d24
Octal1056320761760573755544
Binary100010111001110000111110001111110010111111111101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453387; }

 p { color: rgb(69,51,135); }

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

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

 a { background-color: rgb(69,51,135); }

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

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

 span { border-color: rgb(69,51,135); }

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