#453385

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

Shades of Dark Slate Blue #453385

Tints of Dark Slate Blue #453385

Color information

#453385 (or 0x453385) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 33 and 85. RGB value is (69,51,133). Sum of RGB (Red+Green+Blue) = 69+51+133=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #453385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453385 is #BACC7A. Grayscale: #414141. Windows color (decimal): -12242043 or 8729413. OLE color: 8729413.

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

Color convert

RGB6951133-
CMYK0.480.6200.48
HSL253.17º44.57%36.08%-
HSV(B)253.17º61.65%52.16%-
XYZ7.875.3322.8-
YUV65.73165.96130.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.27%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 133 (52.34% from 255) = 52.57%
R=27.27%
G=20.16%
B=52.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69511330.480.6200.48253.1744.5736.08
Hex453385303E030fd2d24
Octal1056320560760603755544
Binary100010111001110000101110000111110011000011111101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453385; }

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

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

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

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

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

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

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

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