#453F82

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

Shades of Dark Slate Blue #453F82

Tints of Dark Slate Blue #453F82

Color information

#453F82 (or 0x453F82) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3F and 82. RGB value is (69,63,130). Sum of RGB (Red+Green+Blue) = 69+63+130=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #453F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453F82 is #BAC07D. Grayscale: #484848. Windows color (decimal): -12238974 or 8535877. OLE color: 8535877.

HSL color Cylindrical-coordinate representation of color #453F82: hue angle of 245.37º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #453F82 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6963130-
CMYK0.470.5200.49
HSL245.37º34.72%37.84%-
HSV(B)245.37º51.54%50.98%-
XYZ8.266.4321.93-
YUV72.43160.49125.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 130 (51.17% from 255) = 49.62%
R=26.34%
G=24.05%
B=49.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69631300.470.5200.49245.3734.7237.84
Hex453F822F34031f52326
Octal1057720257640613654346
Binary100010111111110000010101111110100011000111110101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,63,130); }

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

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

 a { background-color: rgb(69,63,130); }

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

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

 span { border-color: rgb(69,63,130); }

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