Html Css Color HEX #40368D Dark Slate Blue

📋 copy color: '#40368D'

red 64 ◦ green 54 ◦ blue 141

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

Shades of Dark Slate Blue #40368D

Tints of Dark Slate Blue #40368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.85%

 BLUE value IS 141 (55.47% from 255) = 54.44%

R = 24.71%
G = 20.85%
B = 54.44%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40368D (or 0x40368D) is known color: Dark Slate Blue. HEX triplet: 40, 36 and 8D. RGB value is (64,54,141). Sum of RGB (Red+Green+Blue) = 64+54+141=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #40368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40368D is #BFC972. Grayscale: #424242. Windows color (decimal): -12568947 or 9254464. OLE color: 9254464.

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

Color convert

RGB 64 54 141 -
CMYK 0.55 0.62 0 0.45
HSL 246.9º 0.45% 0.38% -
HSV(B) 246.9º 0.62% 0.55% -
XYZ 8.24 5.65 25.86 -
YUV 66.91 169.81 125.93 -
System Red Green Blue C M Y K H S L
Decimal 64 54 141 0.55 0.62 0 0.45 246.9 0.45 0.38
Hex 40 36 8D 37 3E 0 2D F7 2D 26
Octal 100 66 215 67 76 0 55 367 55 46
Binary 1000000 110110 10001101 110111 111110 0 101101 11110111 101101 100110

Color Harmonies of #40368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40368D

Black with #40368D

Text Example


Text Example

White with #40368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40368D;
 }
 .AnyTagClassName
 {
   color: #40368D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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