#44387E

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

Shades of Dark Slate Blue #44387E

Tints of Dark Slate Blue #44387E

Color information

#44387E (or 0x44387E) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 38 and 7E. RGB value is (68,56,126). Sum of RGB (Red+Green+Blue) = 68+56+126=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #44387E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44387E is #BBC781. Grayscale: #434343. Windows color (decimal): -12306306 or 8271940. OLE color: 8271940.

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

Color convert

RGB6856126-
CMYK0.460.5600.51
HSL250.29º38.46%35.69%-
HSV(B)250.29º55.56%49.41%-
XYZ7.565.5620.41-
YUV67.57160.98128.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 126 (49.61% from 255) = 50.4%
R=27.2%
G=22.4%
B=50.4%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68561260.460.5600.51250.2938.4635.69
Hex44387E2E38033fa2624
Octal1047017656700633724644
Binary10001001110001111110101110111000011001111111010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44387E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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