#45397D

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

Shades of Dark Slate Blue #45397D

Tints of Dark Slate Blue #45397D

Color information

#45397D (or 0x45397D) is unknown color: approx Dark Slate Blue. HEX triplet: 45, 39 and 7D. RGB value is (69,57,125). Sum of RGB (Red+Green+Blue) = 69+57+125=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #45397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45397D is #BAC682. Grayscale: #444444. Windows color (decimal): -12240515 or 8206661. OLE color: 8206661.

HSL color Cylindrical-coordinate representation of color #45397D: hue angle of 250.59º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45397D is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6957125-
CMYK0.450.5400.51
HSL250.59º37.36%35.69%-
HSV(B)250.59º54.4%49.02%-
XYZ7.625.6720.1-
YUV68.34159.98128.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.49%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 125 (49.22% from 255) = 49.80%
R=27.49%
G=22.71%
B=49.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69571250.450.5400.51250.5937.3635.69
Hex45397D2D36033fb2524
Octal1057117555660633734544
Binary10001011110011111101101101110110011001111111011100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45397D; }

 p { color: rgb(69,57,125); }

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

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

 a { background-color: rgb(69,57,125); }

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

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

 span { border-color: rgb(69,57,125); }

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