#453D85

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

Shades of Dark Slate Blue #453D85

Tints of Dark Slate Blue #453D85

Color information

#453D85 (or 0x453D85) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3D and 85. RGB value is (69,61,133). Sum of RGB (Red+Green+Blue) = 69+61+133=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #453D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453D85 is #BAC27A. Grayscale: #474747. Windows color (decimal): -12239483 or 8731973. OLE color: 8731973.

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

Color convert

RGB6961133-
CMYK0.480.5400.48
HSL246.67º37.11%38.04%-
HSV(B)246.67º54.14%52.16%-
XYZ8.366.322.97-
YUV71.6162.65126.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.24%
GREEN value IS 61 (24.22% from 255) = 23.19%
BLUE value IS 133 (52.34% from 255) = 50.57%
R=26.24%
G=23.19%
B=50.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69611330.480.5400.48246.6737.1138.04
Hex453D853036030f72526
Octal1057520560660603674546
Binary100010111110110000101110000110110011000011110111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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