Html Css Color HEX #40388F Dark Slate Blue

📋 copy color: '#40388F'

red 64 ◦ green 56 ◦ blue 143

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

Shades of Dark Slate Blue #40388F

Tints of Dark Slate Blue #40388F

RGB

 RED value IS 64 (25.39% from 255) = 24.33%

 GREEN value IS 56 (22.27% from 255) = 21.29%

 BLUE value IS 143 (56.25% from 255) = 54.37%

R = 24.33%
G = 21.29%
B = 54.37%

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

#40388F (or 0x40388F) is known color: Dark Slate Blue. HEX triplet: 40, 38 and 8F. RGB value is (64,56,143). Sum of RGB (Red+Green+Blue) = 64+56+143=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #40388F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40388F is #BFC770. Grayscale: #434343. Windows color (decimal): -12568433 or 9386048. OLE color: 9386048.

HSL color Cylindrical-coordinate representation of color #40388F: hue angle of 245.52º 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 #40388F is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 56 143 -
CMYK 0.55 0.61 0 0.44
HSL 245.52º 0.44% 0.39% -
HSV(B) 245.52º 0.61% 0.56% -
XYZ 8.49 5.9 26.68 -
YUV 68.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 64 56 143 0.55 0.61 0 0.44 245.52 0.44 0.39
Hex 40 38 8F 37 3D 0 2C F6 2C 27
Octal 100 70 217 67 75 0 54 366 54 47
Binary 1000000 111000 10001111 110111 111101 0 101100 11110110 101100 100111

Color Harmonies of #40388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40388F

Black with #40388F

Text Example


Text Example

White with #40388F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40388F;
 }
 .AnyTagClassName
 {
   color: #40388F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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