#40389C

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

Shades of Dark Slate Blue #40389C

Tints of Dark Slate Blue #40389C

Color information

#40389C (or 0x40389C) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 38 and 9C. RGB value is (64,56,156). Sum of RGB (Red+Green+Blue) = 64+56+156=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #40389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40389C is #BFC763. Grayscale: #454545. Windows color (decimal): -12568420 or 10238016. OLE color: 10238016.

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

Color convert

RGB6456156-
CMYK0.590.6400.39
HSL244.8º47.17%41.57%-
HSV(B)244.8º64.1%61.18%-
XYZ9.536.3232.17-
YUV69.79176.65123.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 56 (22.27% from 255) = 20.29%
BLUE value IS 156 (61.33% from 255) = 56.52%
R=23.19%
G=20.29%
B=56.52%

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
Decimal64561560.590.6400.39244.847.1741.57
Hex40389C3B40027f52f2a
Octal10070234731000473655752
Binary1000000111000100111001110111000000010011111110101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40389C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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