#453D7D

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

Shades of Dark Slate Blue #453D7D

Tints of Dark Slate Blue #453D7D

Color information

#453D7D (or 0x453D7D) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3D and 7D. RGB value is (69,61,125). Sum of RGB (Red+Green+Blue) = 69+61+125=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #453D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D7D is #BAC282. Grayscale: #464646. Windows color (decimal): -12239491 or 8207685. OLE color: 8207685.

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

Color convert

RGB6961125-
CMYK0.450.5100.51
HSL247.5º34.41%36.47%-
HSV(B)247.5º51.2%49.02%-
XYZ7.826.0820.16-
YUV70.69158.65126.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.06%
GREEN value IS 61 (24.22% from 255) = 23.92%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=27.06%
G=23.92%
B=49.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69611250.450.5100.51247.534.4136.47
Hex453D7D2D33033f82224
Octal1057517555630633704244
Binary10001011111011111101101101110011011001111111000100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453D7D; }

 p { color: rgb(69,61,125); }

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

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

 a { background-color: rgb(69,61,125); }

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

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

 span { border-color: rgb(69,61,125); }

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