#453680

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

Shades of Dark Slate Blue #453680

Tints of Dark Slate Blue #453680

Color information

#453680 (or 0x453680) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 36 and 80. RGB value is (69,54,128). Sum of RGB (Red+Green+Blue) = 69+54+128=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #453680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453680 is #BAC97F. Grayscale: #424242. Windows color (decimal): -12241280 or 8402501. OLE color: 8402501.

HSL color Cylindrical-coordinate representation of color #453680: hue angle of 252.16º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #453680 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6954128-
CMYK0.460.5800.50
HSL252.16º40.66%35.69%-
HSV(B)252.16º57.81%50.2%-
XYZ7.675.4621.07-
YUV66.92162.47129.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.49%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 128 (50.39% from 255) = 51.00%
R=27.49%
G=21.51%
B=51.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69541280.460.5800.50252.1640.6635.69
Hex4536802E3A032fc2924
Octal1056620056720623745144
Binary100010111011010000000101110111010011001011111100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453680; }

 p { color: rgb(69,54,128); }

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

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

 a { background-color: rgb(69,54,128); }

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

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

 span { border-color: rgb(69,54,128); }

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