Html Css Color HEX #40378E Dark Slate Blue

📋 copy color: '#40378E'

red 64 ◦ green 55 ◦ blue 142

#40378E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #40378E

Tints of Dark Slate Blue #40378E

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 value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40378E (or 0x40378E) is known color: 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

RGB 64 55 142 -
CMYK 0.55 0.61 0 0.44
HSL 246.21º 0.44% 0.39% -
HSV(B) 246.21º 0.61% 0.56% -
XYZ 8.36 5.78 26.27 -
YUV 67.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 64 55 142 0.55 0.61 0 0.44 246.21 0.44 0.39
Hex 40 37 8E 37 3D 0 2C F6 2C 27
Octal 100 67 216 67 75 0 54 366 54 47
Binary 1000000 110111 10001110 110111 111101 0 101100 11110110 101100 100111

Color Harmonies of #40378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40378E

Black with #40378E

Text Example


Text Example

White with #40378E

Text Example


Text Example

HTML Codes & Css Web 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>