#453E85

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

Shades of Dark Slate Blue #453E85

Tints of Dark Slate Blue #453E85

Color information

#453E85 (or 0x453E85) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3E and 85. RGB value is (69,62,133). Sum of RGB (Red+Green+Blue) = 69+62+133=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #453E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453E85 is #BAC17A. Grayscale: #474747. Windows color (decimal): -12239227 or 8732229. OLE color: 8732229.

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

Color convert

RGB6962133-
CMYK0.480.5300.48
HSL245.92º36.41%38.24%-
HSV(B)245.92º53.38%52.16%-
XYZ8.416.422.98-
YUV72.19162.32125.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.14%
GREEN value IS 62 (24.61% from 255) = 23.48%
BLUE value IS 133 (52.34% from 255) = 50.38%
R=26.14%
G=23.48%
B=50.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69621330.480.5300.48245.9236.4138.24
Hex453E853035030f62426
Octal1057620560650603664446
Binary100010111111010000101110000110101011000011110110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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