#44397D

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

Shades of Dark Slate Blue #44397D

Tints of Dark Slate Blue #44397D

Color information

#44397D (or 0x44397D) is unknown color: approx 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

RGB6857125-
CMYK0.460.5400.51
HSL249.71º37.36%35.69%-
HSV(B)249.71º54.4%49.02%-
XYZ7.555.6420.09-
YUV68.04160.14127.97-

RGB Variations

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

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 (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68571250.460.5400.51249.7137.3635.69
Hex44397D2E36033fa2524
Octal1047117556660633724544
Binary10001001110011111101101110110110011001111111010100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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