#40388D

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

Shades of Dark Slate Blue #40388D

Tints of Dark Slate Blue #40388D

Color information

#40388D (or 0x40388D) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 38 and 8D. RGB value is (64,56,141). Sum of RGB (Red+Green+Blue) = 64+56+141=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #40388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40388D is #BFC772. Grayscale: #434343. Windows color (decimal): -12568435 or 9254976. OLE color: 9254976.

HSL color Cylindrical-coordinate representation of color #40388D: hue angle of 245.65º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40388D is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6456141-
CMYK0.550.6000.45
HSL245.65º43.15%38.63%-
HSV(B)245.65º60.28%55.29%-
XYZ8.345.8425.89-
YUV68.08169.15125.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 141 (55.47% from 255) = 54.02%
R=24.52%
G=21.46%
B=54.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64561410.550.6000.45245.6543.1538.63
Hex40388D373C02Df62b27
Octal1007021567740553665347
Binary100000011100010001101110111111100010110111110110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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