#40389B

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

Shades of Dark Slate Blue #40389B

Tints of Dark Slate Blue #40389B

Color information

#40389B (or 0x40389B) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 38 and 9B. RGB value is (64,56,155). Sum of RGB (Red+Green+Blue) = 64+56+155=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #40389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40389B is #BFC764. Grayscale: #454545. Windows color (decimal): -12568421 or 10172480. OLE color: 10172480.

HSL color Cylindrical-coordinate representation of color #40389B: hue angle of 244.85º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40389B is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6456155-
CMYK0.590.6400.39
HSL244.85º46.92%41.37%-
HSV(B)244.85º63.87%60.78%-
XYZ9.446.2831.73-
YUV69.68176.15123.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 56 (22.27% from 255) = 20.36%
BLUE value IS 155 (60.94% from 255) = 56.36%
R=23.27%
G=20.36%
B=56.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64561550.590.6400.39244.8546.9241.37
Hex40389B3B40027f52f29
Octal10070233731000473655751
Binary1000000111000100110111110111000000010011111110101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40389B; }

 p { color: rgb(64,56,155); }

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

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

 a { background-color: rgb(64,56,155); }

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

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

 span { border-color: rgb(64,56,155); }

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