#453785

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

Shades of Dark Slate Blue #453785

Tints of Dark Slate Blue #453785

Color information

#453785 (or 0x453785) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 37 and 85. RGB value is (69,55,133). Sum of RGB (Red+Green+Blue) = 69+55+133=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #453785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453785 is #BAC87A. Grayscale: #434343. Windows color (decimal): -12241019 or 8730437. OLE color: 8730437.

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

Color convert

RGB6955133-
CMYK0.480.5900.48
HSL250.77º41.49%36.86%-
HSV(B)250.77º58.65%52.16%-
XYZ8.055.6922.86-
YUV68.08164.64128.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 133 (52.34% from 255) = 51.75%
R=26.85%
G=21.40%
B=51.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69551330.480.5900.48250.7741.4936.86
Hex453785303B030fb2925
Octal1056720560730603735145
Binary100010111011110000101110000111011011000011111011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453785; }

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

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

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

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

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

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

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

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