#44387F

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

Shades of Dark Slate Blue #44387F

Tints of Dark Slate Blue #44387F

Color information

#44387F (or 0x44387F) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 38 and 7F. RGB value is (68,56,127). Sum of RGB (Red+Green+Blue) = 68+56+127=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #44387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44387F is #BBC780. Grayscale: #434343. Windows color (decimal): -12306305 or 8337476. OLE color: 8337476.

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

Color convert

RGB6856127-
CMYK0.460.5600.50
HSL250.14º38.8%35.88%-
HSV(B)250.14º55.91%49.8%-
XYZ7.635.5920.76-
YUV67.68161.48128.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.09%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 127 (50% from 255) = 50.60%
R=27.09%
G=22.31%
B=50.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68561270.460.5600.50250.1438.835.88
Hex44387F2E38032fa2724
Octal1047017756700623724744
Binary10001001110001111111101110111000011001011111010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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