Html Css Color HEX #44397D Dark Slate Blue

📋 copy color: '#44397D'

red 68 ◦ green 57 ◦ blue 125

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

Shades of Dark Slate Blue #44397D

Tints of Dark Slate Blue #44397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.8%

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

R = 27.2%
G = 22.8%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44397D (or 0x44397D) is known color: Dark Slate Blue. HEX triplet: 44, 39 and 7D. RGB value is (68,57,125). Sum of RGB (Red+Green+Blue) = 68+57+125=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #44397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44397D is #BBC682. Grayscale: #434343. Windows color (decimal): -12306051 or 8206660. OLE color: 8206660.

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

Color convert

RGB 68 57 125 -
CMYK 0.46 0.54 0 0.51
HSL 249.71º 0.37% 0.36% -
HSV(B) 249.71º 0.54% 0.49% -
XYZ 7.55 5.64 20.09 -
YUV 68.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 68 57 125 0.46 0.54 0 0.51 249.71 0.37 0.36
Hex 44 39 7D 2E 36 0 33 FA 25 24
Octal 104 71 175 56 66 0 63 372 45 44
Binary 1000100 111001 1111101 101110 110110 0 110011 11111010 100101 100100

Color Harmonies of #44397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44397D

Black with #44397D

Text Example


Text Example

White with #44397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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