Html Css Color HEX #44377C Dark Slate Blue

📋 copy color: '#44377C'

red 68 ◦ green 55 ◦ blue 124

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

Shades of Dark Slate Blue #44377C

Tints of Dark Slate Blue #44377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.27%

 BLUE value IS 124 (48.83% from 255) = 50.2%

R = 27.53%
G = 22.27%
B = 50.2%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44377C (or 0x44377C) is known color: Dark Slate Blue. HEX triplet: 44, 37 and 7C. RGB value is (68,55,124). Sum of RGB (Red+Green+Blue) = 68+55+124=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #44377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44377C is #BBC883. Grayscale: #424242. Windows color (decimal): -12306564 or 8140612. OLE color: 8140612.

HSL color Cylindrical-coordinate representation of color #44377C: hue angle of 251.3º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44377C is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 55 124 -
CMYK 0.45 0.56 0 0.51
HSL 251.3º 0.39% 0.35% -
HSV(B) 251.3º 0.56% 0.49% -
XYZ 7.39 5.42 19.72 -
YUV 66.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 68 55 124 0.45 0.56 0 0.51 251.3 0.39 0.35
Hex 44 37 7C 2D 38 0 33 FB 27 23
Octal 104 67 174 55 70 0 63 373 47 43
Binary 1000100 110111 1111100 101101 111000 0 110011 11111011 100111 100011

Color Harmonies of #44377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44377C

Black with #44377C

Text Example


Text Example

White with #44377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,55,124); }

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

background-color css

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

 a { background-color: rgb(68,55,124); }

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

border-color css

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

 span { border-color: rgb(68,55,124); }

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