#453F84

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

Shades of Dark Slate Blue #453F84

Tints of Dark Slate Blue #453F84

Color information

#453F84 (or 0x453F84) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3F and 84. RGB value is (69,63,132). Sum of RGB (Red+Green+Blue) = 69+63+132=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #453F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453F84 is #BAC07B. Grayscale: #484848. Windows color (decimal): -12238972 or 8666949. OLE color: 8666949.

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

Color convert

RGB6963132-
CMYK0.480.5200.48
HSL245.22º35.38%38.24%-
HSV(B)245.22º52.27%51.76%-
XYZ8.46.4922.64-
YUV72.66161.49125.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.14%
GREEN value IS 63 (25% from 255) = 23.86%
BLUE value IS 132 (51.95% from 255) = 50%
R=26.14%
G=23.86%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69631320.480.5200.48245.2235.3838.24
Hex453F843034030f52326
Octal1057720460640603654346
Binary100010111111110000100110000110100011000011110101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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