#40378F

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

Shades of Dark Slate Blue #40378F

Tints of Dark Slate Blue #40378F

Color information

#40378F (or 0x40378F) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 37 and 8F. RGB value is (64,55,143). Sum of RGB (Red+Green+Blue) = 64+55+143=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 143 (56.25% from 255 or 54.58% from 262); Max value from RGB is 143 - color contains mainly: blue. Hex color #40378F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40378F is #BFC870. Grayscale: #434343. Windows color (decimal): -12568689 or 9385792. OLE color: 9385792.

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

Color convert

RGB6455143-
CMYK0.550.6200.44
HSL246.14º44.44%38.82%-
HSV(B)246.14º61.54%56.08%-
XYZ8.445.8126.66-
YUV67.72170.48125.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.43%
GREEN value IS 55 (21.88% from 255) = 20.99%
BLUE value IS 143 (56.25% from 255) = 54.58%
R=24.43%
G=20.99%
B=54.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64551430.550.6200.44246.1444.4438.82
Hex40378F373E02Cf62c27
Octal1006721767760543665447
Binary100000011011110001111110111111110010110011110110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40378F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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