#453A7C

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

Shades of Dark Slate Blue #453A7C

Tints of Dark Slate Blue #453A7C

Color information

#453A7C (or 0x453A7C) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3A and 7C. RGB value is (69,58,124). Sum of RGB (Red+Green+Blue) = 69+58+124=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #453A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A7C is #BAC583. Grayscale: #444444. Windows color (decimal): -12240260 or 8141381. OLE color: 8141381.

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

Color convert

RGB6958124-
CMYK0.440.5300.51
HSL250º36.26%35.69%-
HSV(B)250º53.23%48.63%-
XYZ7.615.7519.78-
YUV68.81159.14128.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.49%
GREEN value IS 58 (23.05% from 255) = 23.11%
BLUE value IS 124 (48.83% from 255) = 49.40%
R=27.49%
G=23.11%
B=49.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69581240.440.5300.5125036.2635.69
Hex453A7C2C35033fa2424
Octal1057217454650633724444
Binary10001011110101111100101100110101011001111111010100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,58,124); }

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

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

 a { background-color: rgb(69,58,124); }

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

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

 span { border-color: rgb(69,58,124); }

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