Html Css Color HEX #44408C Dark Slate Blue

📋 copy color: '#44408C'

red 68 ◦ green 64 ◦ blue 140

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

Shades of Dark Slate Blue #44408C

Tints of Dark Slate Blue #44408C

RGB

 RED value IS 68 (26.95% from 255) = 25%

 GREEN value IS 64 (25.39% from 255) = 23.53%

 BLUE value IS 140 (55.08% from 255) = 51.47%

R = 25%
G = 23.53%
B = 51.47%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44408C (or 0x44408C) is known color: Dark Slate Blue. HEX triplet: 44, 40 and 8C. RGB value is (68,64,140). Sum of RGB (Red+Green+Blue) = 68+64+140=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #44408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44408C is #BBBF73. Grayscale: #494949. Windows color (decimal): -12304244 or 9191492. OLE color: 9191492.

HSL color Cylindrical-coordinate representation of color #44408C: hue angle of 243.16º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44408C is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 64 140 -
CMYK 0.51 0.54 0 0.45
HSL 243.16º 0.37% 0.4% -
HSV(B) 243.16º 0.54% 0.55% -
XYZ 8.95 6.79 25.65 -
YUV 73.86 165.33 123.82 -
System Red Green Blue C M Y K H S L
Decimal 68 64 140 0.51 0.54 0 0.45 243.16 0.37 0.4
Hex 44 40 8C 33 36 0 2D F3 25 28
Octal 104 100 214 63 66 0 55 363 45 50
Binary 1000100 1000000 10001100 110011 110110 0 101101 11110011 100101 101000

Color Harmonies of #44408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44408C

Black with #44408C

Text Example


Text Example

White with #44408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44408C; }

 p { color: rgb(68,64,140); }

 H1.HeaderClassName
 {
   color: #44408C;
 }
 .AnyTagClassName
 {
   color: #44408C;
 }
</style>

background-color css

<style>
 a { background-color: #44408C; }

 a { background-color: rgb(68,64,140); }

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

border-color css

<style>
 span { border-color: #44408C; }

 span { border-color: rgb(68,64,140); }

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