#453C86

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

Shades of Dark Slate Blue #453C86

Tints of Dark Slate Blue #453C86

Color information

#453C86 (or 0x453C86) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3C and 86. RGB value is (69,60,134). Sum of RGB (Red+Green+Blue) = 69+60+134=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #453C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453C86 is #BAC379. Grayscale: #464646. Windows color (decimal): -12239738 or 8797253. OLE color: 8797253.

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

Color convert

RGB6960134-
CMYK0.490.5500.47
HSL247.3º38.14%38.04%-
HSV(B)247.3º55.22%52.55%-
XYZ8.376.2223.31-
YUV71.13163.48126.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.24%
GREEN value IS 60 (23.83% from 255) = 22.81%
BLUE value IS 134 (52.73% from 255) = 50.95%
R=26.24%
G=22.81%
B=50.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69601340.490.5500.47247.338.1438.04
Hex453C86313702Ff72626
Octal1057420661670573674646
Binary100010111110010000110110001110111010111111110111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,60,134); }

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

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

 a { background-color: rgb(69,60,134); }

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

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

 span { border-color: rgb(69,60,134); }

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