#453489

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

Shades of Dark Slate Blue #453489

Tints of Dark Slate Blue #453489

Color information

#453489 (or 0x453489) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 34 and 89. RGB value is (69,52,137). Sum of RGB (Red+Green+Blue) = 69+52+137=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #453489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453489 is #BACB76. Grayscale: #424242. Windows color (decimal): -12241783 or 8991813. OLE color: 8991813.

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

Color convert

RGB6952137-
CMYK0.500.6200.46
HSL252º44.97%37.06%-
HSV(B)252º62.04%53.73%-
XYZ8.25.5324.3-
YUV66.77167.63129.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.74%
GREEN value IS 52 (20.70% from 255) = 20.16%
BLUE value IS 137 (53.91% from 255) = 53.10%
R=26.74%
G=20.16%
B=53.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69521370.500.6200.4625244.9737.06
Hex453489323E02Efc2d25
Octal1056421162760563745545
Binary100010111010010001001110010111110010111011111100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453489; }

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

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

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

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

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

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

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

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