#40378E

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

Shades of Dark Slate Blue #40378E

Tints of Dark Slate Blue #40378E

Color information

#40378E (or 0x40378E) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 37 and 8E. RGB value is (64,55,142). Sum of RGB (Red+Green+Blue) = 64+55+142=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #40378E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40378E is #BFC871. Grayscale: #434343. Windows color (decimal): -12568690 or 9320256. OLE color: 9320256.

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

Color convert

RGB6455142-
CMYK0.550.6100.44
HSL246.21º44.16%38.63%-
HSV(B)246.21º61.27%55.69%-
XYZ8.365.7826.27-
YUV67.61169.98125.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 142 (55.86% from 255) = 54.41%
R=24.52%
G=21.07%
B=54.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64551420.550.6100.44246.2144.1638.63
Hex40378E373D02Cf62c27
Octal1006721667750543665447
Binary100000011011110001110110111111101010110011110110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40378E; }

 p { color: rgb(64,55,142); }

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

<style>
 a { background-color: #40378E; }

 a { background-color: rgb(64,55,142); }

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

<style>
 span { border-color: #40378E; }

 span { border-color: rgb(64,55,142); }

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