#453389

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

Shades of Dark Slate Blue #453389

Tints of Dark Slate Blue #453389

Color information

#453389 (or 0x453389) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 33 and 89. RGB value is (69,51,137). Sum of RGB (Red+Green+Blue) = 69+51+137=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #453389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453389 is #BACC76. Grayscale: #414141. Windows color (decimal): -12242039 or 8991557. OLE color: 8991557.

HSL color Cylindrical-coordinate representation of color #453389: hue angle of 252.56º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453389 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6951137-
CMYK0.500.6300.46
HSL252.56º45.74%36.86%-
HSV(B)252.56º62.77%53.73%-
XYZ8.155.4424.29-
YUV66.19167.96130.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 137 (53.91% from 255) = 53.31%
R=26.85%
G=19.84%
B=53.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69511370.500.6300.46252.5645.7436.86
Hex453389323F02Efd2e25
Octal1056321162770563755645
Binary100010111001110001001110010111111010111011111101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453389; }

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

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

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

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

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

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

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

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