Html Css Color HEX #40348D Dark Slate Blue

📋 copy color: '#40348D'

red 64 ◦ green 52 ◦ blue 141

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

Shades of Dark Slate Blue #40348D

Tints of Dark Slate Blue #40348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.23%

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

R = 24.9%
G = 20.23%
B = 54.86%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40348D (or 0x40348D) is known color: Dark Slate Blue. HEX triplet: 40, 34 and 8D. RGB value is (64,52,141). Sum of RGB (Red+Green+Blue) = 64+52+141=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #40348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40348D is #BFCB72. Grayscale: #414141. Windows color (decimal): -12569459 or 9253952. OLE color: 9253952.

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

Color convert

RGB 64 52 141 -
CMYK 0.55 0.63 0 0.45
HSL 248.09º 0.46% 0.38% -
HSV(B) 248.09º 0.63% 0.55% -
XYZ 8.15 5.47 25.83 -
YUV 65.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 64 52 141 0.55 0.63 0 0.45 248.09 0.46 0.38
Hex 40 34 8D 37 3F 0 2D F8 2E 26
Octal 100 64 215 67 77 0 55 370 56 46
Binary 1000000 110100 10001101 110111 111111 0 101101 11111000 101110 100110

Color Harmonies of #40348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40348D

Black with #40348D

Text Example


Text Example

White with #40348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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