#44397F

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

Shades of Dark Slate Blue #44397F

Tints of Dark Slate Blue #44397F

Color information

#44397F (or 0x44397F) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 39 and 7F. RGB value is (68,57,127). Sum of RGB (Red+Green+Blue) = 68+57+127=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #44397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44397F is #BBC680. Grayscale: #444444. Windows color (decimal): -12306049 or 8337732. OLE color: 8337732.

HSL color Cylindrical-coordinate representation of color #44397F: hue angle of 249.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44397F is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6857127-
CMYK0.460.5500.50
HSL249.43º38.04%36.08%-
HSV(B)249.43º55.12%49.8%-
XYZ7.685.6920.77-
YUV68.27161.14127.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.98%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 127 (50% from 255) = 50.40%
R=26.98%
G=22.62%
B=50.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68571270.460.5500.50249.4338.0436.08
Hex44397F2E37032f92624
Octal1047117756670623714644
Binary10001001110011111111101110110111011001011111001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #44397F;
 }
 .AnyTagClassName
 {
   color: #44397F;
 }
</style>
background-color css

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

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

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

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

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

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