Html Css Color HEX #44387D Dark Slate Blue

📋 copy color: '#44387D'

red 68 ◦ green 56 ◦ blue 125

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

Shades of Dark Slate Blue #44387D

Tints of Dark Slate Blue #44387D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.2%

R = 27.31%
G = 22.49%
B = 50.2%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44387D (or 0x44387D) is known color: Dark Slate Blue. HEX triplet: 44, 38 and 7D. RGB value is (68,56,125). Sum of RGB (Red+Green+Blue) = 68+56+125=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #44387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44387D is #BBC782. Grayscale: #434343. Windows color (decimal): -12306307 or 8206404. OLE color: 8206404.

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

Color convert

RGB 68 56 125 -
CMYK 0.46 0.55 0 0.51
HSL 250.43º 0.38% 0.35% -
HSV(B) 250.43º 0.55% 0.49% -
XYZ 7.5 5.54 20.08 -
YUV 67.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 68 56 125 0.46 0.55 0 0.51 250.43 0.38 0.35
Hex 44 38 7D 2E 37 0 33 FA 26 23
Octal 104 70 175 56 67 0 63 372 46 43
Binary 1000100 111000 1111101 101110 110111 0 110011 11111010 100110 100011

Color Harmonies of #44387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44387D

Black with #44387D

Text Example


Text Example

White with #44387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,56,125); }

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

background-color css

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

 a { background-color: rgb(68,56,125); }

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

border-color css

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

 span { border-color: rgb(68,56,125); }

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