#44377C

Color #44377C Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #44377C

Tints of Dark Slate Blue #44377C

Color information

#44377C (or 0x44377C) is unknown color: approx 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

RGB6855124-
CMYK0.450.5600.51
HSL251.3º38.55%35.1%-
HSV(B)251.3º55.65%48.63%-
XYZ7.395.4219.72-
YUV66.75160.31128.89-

RGB Variations

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

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.20%
R=27.53%
G=22.27%
B=50.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68551240.450.5600.51251.338.5535.1
Hex44377C2D38033fb2723
Octal1046717455700633734743
Binary10001001101111111100101101111000011001111111011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>