#453D8B

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

Shades of Dark Slate Blue #453D8B

Tints of Dark Slate Blue #453D8B

Color information

#453D8B (or 0x453D8B) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 3D and 8B. RGB value is (69,61,139). Sum of RGB (Red+Green+Blue) = 69+61+139=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #453D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453D8B is #BAC274. Grayscale: #474747. Windows color (decimal): -12239477 or 9125189. OLE color: 9125189.

HSL color Cylindrical-coordinate representation of color #453D8B: hue angle of 246.15º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #453D8B is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6961139-
CMYK0.500.5600.45
HSL246.15º39%39.22%-
HSV(B)246.15º56.12%54.51%-
XYZ8.786.4725.21-
YUV72.28165.65125.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.65%
GREEN value IS 61 (24.22% from 255) = 22.68%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=25.65%
G=22.68%
B=51.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69611390.500.5600.45246.153939.22
Hex453D8B323802Df62727
Octal1057521362700553664747
Binary100010111110110001011110010111000010110111110110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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